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

Unified Diff: Source/modules/webaudio/ConvolverNode.cpp

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/ConvolverNode.h ('k') | Source/modules/webaudio/DefaultAudioDestinationNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/ConvolverNode.cpp
diff --git a/Source/modules/webaudio/ConvolverNode.cpp b/Source/modules/webaudio/ConvolverNode.cpp
index 9359a030a6bbea6818ffc556ac4e2a5be9568b54..36a473f5f4f58cc6649a429c2af5f1f7903032cf 100644
--- a/Source/modules/webaudio/ConvolverNode.cpp
+++ b/Source/modules/webaudio/ConvolverNode.cpp
@@ -101,7 +101,7 @@ void ConvolverNode::initialize()
{
if (isInitialized())
return;
-
+
AudioNode::initialize();
}
@@ -117,7 +117,7 @@ void ConvolverNode::uninitialize()
void ConvolverNode::setBuffer(AudioBuffer* buffer)
{
ASSERT(isMainThread());
-
+
if (!buffer)
return;
« no previous file with comments | « Source/modules/webaudio/ConvolverNode.h ('k') | Source/modules/webaudio/DefaultAudioDestinationNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698