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

Unified Diff: third_party/WebKit/Source/platform/audio/Reverb.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: 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())

Powered by Google App Engine
This is Rietveld 408576698