Index: webrtc/modules/audio_processing/test/debug_dump_test.cc |
diff --git a/webrtc/modules/audio_processing/test/debug_dump_test.cc b/webrtc/modules/audio_processing/test/debug_dump_test.cc |
index d67a73e40c71e07e079b17a3fc8f2f44b909688b..9398c27b5b03a77aab06825fcf2e4f99861f284c 100644 |
--- a/webrtc/modules/audio_processing/test/debug_dump_test.cc |
+++ b/webrtc/modules/audio_processing/test/debug_dump_test.cc |
@@ -131,8 +131,7 @@ DebugDumpGenerator::DebugDumpGenerator(const std::string& input_file_name, |
output_(new ChannelBuffer<float>(output_config_.num_frames(), |
output_config_.num_channels())), |
apm_(AudioProcessing::Create(config)), |
- dump_file_name_(dump_file_name) { |
-} |
+ dump_file_name_(dump_file_name) {} |
DebugDumpGenerator::DebugDumpGenerator( |
const Config& config, |