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

Unified Diff: Source/modules/webaudio/AudioNodeInput.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/AudioNode.cpp ('k') | Source/modules/webaudio/AudioNodeInput.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioNodeInput.h
diff --git a/Source/modules/webaudio/AudioNodeInput.h b/Source/modules/webaudio/AudioNodeInput.h
index 8986ae25dd4f5f177ed6a8660c423fff5b9969a8..0d9ed8cbbb299e1e2e99ba84699ec02148a3748a 100644
--- a/Source/modules/webaudio/AudioNodeInput.h
+++ b/Source/modules/webaudio/AudioNodeInput.h
@@ -71,14 +71,14 @@ public:
// bus() contains the rendered audio after pull() has been called for each time quantum.
// Called from context's audio thread.
AudioBus* bus();
-
+
// updateInternalBus() updates m_internalSummingBus appropriately for the number of channels.
// This must be called when we own the context's graph lock in the audio thread at the very start or end of the render quantum.
void updateInternalBus();
// The number of channels of the connection with the largest number of channels.
- unsigned numberOfChannels() const;
-
+ unsigned numberOfChannels() const;
+
private:
AudioNode* m_node;
« no previous file with comments | « Source/modules/webaudio/AudioNode.cpp ('k') | Source/modules/webaudio/AudioNodeInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698