Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1957)

Unified Diff: webrtc/common_audio/resampler/push_resampler.cc

Issue 2683033004: Enable cpplint and fix cpplint errors in webrtc/*audio (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/common_audio/resampler/push_resampler.cc
diff --git a/webrtc/common_audio/resampler/push_resampler.cc b/webrtc/common_audio/resampler/push_resampler.cc
index 788223d343dc99ab9437cf65820a6dd344e2ddf3..ec904b81c8f16fec98132e19c29ea1f8b715fc99 100644
--- a/webrtc/common_audio/resampler/push_resampler.cc
+++ b/webrtc/common_audio/resampler/push_resampler.cc
@@ -53,7 +53,7 @@ void CheckExpectedBufferSizes(size_t src_length,
RTC_DCHECK_GE(dst_capacity, dst_size_10ms);
#endif
}
-}
+} // namespace
template <typename T>
PushResampler<T>::PushResampler()
« no previous file with comments | « webrtc/common_audio/resampler/include/resampler.h ('k') | webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698