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

Unified Diff: webrtc/modules/audio_processing/aec/aec_resampler.h

Issue 1639283002: Clang format changes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merged with latest code from master Created 4 years, 11 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/modules/audio_processing/aec/aec_resampler.h
diff --git a/webrtc/modules/audio_processing/aec/aec_resampler.h b/webrtc/modules/audio_processing/aec/aec_resampler.h
index a5002c155a4a5fff6f338223f01aef4dc2aa8593..f23e9cfad02407d20a06fd3fdd34ebc800569ebf 100644
--- a/webrtc/modules/audio_processing/aec/aec_resampler.h
+++ b/webrtc/modules/audio_processing/aec/aec_resampler.h
@@ -13,12 +13,8 @@
#include "webrtc/modules/audio_processing/aec/aec_core.h"
-enum {
- kResamplingDelay = 1
-};
-enum {
- kResamplerBufferSize = FRAME_LEN * 4
-};
+enum { kResamplingDelay = 1 };
+enum { kResamplerBufferSize = FRAME_LEN * 4 };
// Unless otherwise specified, functions return 0 on success and -1 on error.
void* WebRtcAec_CreateResampler(); // Returns NULL on error.
« no previous file with comments | « webrtc/modules/audio_processing/aec/aec_core_sse2.c ('k') | webrtc/modules/audio_processing/aec/aec_resampler.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698