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

Unified Diff: Source/modules/webaudio/BiquadProcessor.h

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/modules/webaudio/BiquadFilterNode.idl ('k') | Source/modules/webaudio/BiquadProcessor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/BiquadProcessor.h
diff --git a/Source/modules/webaudio/BiquadProcessor.h b/Source/modules/webaudio/BiquadProcessor.h
index d0f5622c2ab17357505610d444b33626878e69b4..15b2d1a052d8f9a0b9c1c8eb045098c3b0b22a47 100644
--- a/Source/modules/webaudio/BiquadProcessor.h
+++ b/Source/modules/webaudio/BiquadProcessor.h
@@ -52,9 +52,9 @@ public:
BiquadProcessor(AudioContext*, float sampleRate, size_t numberOfChannels, bool autoInitialize);
virtual ~BiquadProcessor();
-
+
virtual PassOwnPtr<AudioDSPKernel> createKernel();
-
+
virtual void process(const AudioBus* source, AudioBus* destination, size_t framesToProcess);
// Get the magnitude and phase response of the filter at the given
@@ -65,7 +65,7 @@ public:
float* phaseResponse);
void checkForDirtyCoefficients();
-
+
bool filterCoefficientsDirty() const { return m_filterCoefficientsDirty; }
bool hasSampleAccurateValues() const { return m_hasSampleAccurateValues; }
« no previous file with comments | « Source/modules/webaudio/BiquadFilterNode.idl ('k') | Source/modules/webaudio/BiquadProcessor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698