Index: third_party/WebKit/Source/platform/audio/Reverb.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/Reverb.cpp b/third_party/WebKit/Source/platform/audio/Reverb.cpp |
index a7412d4944fb0685ec1981ae19c3f25124cb28bc..55a9ba8b6503c50e12d75fcf1be82c3c47a9a5fd 100644 |
--- a/third_party/WebKit/Source/platform/audio/Reverb.cpp |
+++ b/third_party/WebKit/Source/platform/audio/Reverb.cpp |
@@ -73,8 +73,9 @@ static float calculateNormalizationScale(AudioBus* response) { |
float scale = 1 / power; |
scale *= powf( |
- 10, GainCalibration * |
- 0.05f); // calibrate to make perceived volume same as unprocessed |
+ 10, |
+ GainCalibration * |
+ 0.05f); // calibrate to make perceived volume same as unprocessed |
// Scale depends on sample-rate. |
if (response->sampleRate()) |