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

Unified Diff: Source/core/platform/audio/EqualPowerPanner.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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
« no previous file with comments | « Source/core/platform/audio/DynamicsCompressor.cpp ('k') | Source/core/platform/audio/EqualPowerPanner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/EqualPowerPanner.h
diff --git a/Source/core/platform/audio/EqualPowerPanner.h b/Source/core/platform/audio/EqualPowerPanner.h
index b8bd106fcf289efb7b910207e2993c359a572be7..ebdd9f907b52dcbd832e9d3ffa286f1ba3e4ea41 100644
--- a/Source/core/platform/audio/EqualPowerPanner.h
+++ b/Source/core/platform/audio/EqualPowerPanner.h
@@ -46,7 +46,7 @@ private:
// For smoothing / de-zippering
bool m_isFirstRender;
double m_smoothingConstant;
-
+
double m_gainL;
double m_gainR;
};
« no previous file with comments | « Source/core/platform/audio/DynamicsCompressor.cpp ('k') | Source/core/platform/audio/EqualPowerPanner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698