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

Unified Diff: Source/core/platform/audio/ZeroPole.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/VectorMath.cpp ('k') | Source/core/platform/audio/ZeroPole.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/ZeroPole.h
diff --git a/Source/core/platform/audio/ZeroPole.h b/Source/core/platform/audio/ZeroPole.h
index 4cb1d174563f175b28caac955da56268bde1ddf3..a6de4e2f21bcba1595c86774baa7812bf4e62b5b 100644
--- a/Source/core/platform/audio/ZeroPole.h
+++ b/Source/core/platform/audio/ZeroPole.h
@@ -47,10 +47,10 @@ public:
// Reset filter state.
void reset() { m_lastX = 0; m_lastY = 0; }
-
+
void setZero(float zero) { m_zero = zero; }
void setPole(float pole) { m_pole = pole; }
-
+
float zero() const { return m_zero; }
float pole() const { return m_pole; }
« no previous file with comments | « Source/core/platform/audio/VectorMath.cpp ('k') | Source/core/platform/audio/ZeroPole.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698