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

Unified Diff: Source/core/platform/chromium/support/WebAudioBus.cpp

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/chromium/TraceEvent.h ('k') | Source/core/platform/chromium/support/WebData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/support/WebAudioBus.cpp
diff --git a/Source/core/platform/chromium/support/WebAudioBus.cpp b/Source/core/platform/chromium/support/WebAudioBus.cpp
index 666e1c5bec45e099134d3a80954cbbe9ff02eca1..56f7770f6e01c9f6baaf8330bceead4bf29e9f07 100644
--- a/Source/core/platform/chromium/support/WebAudioBus.cpp
+++ b/Source/core/platform/chromium/support/WebAudioBus.cpp
@@ -47,7 +47,7 @@ class WebAudioBusPrivate : public AudioBus {
};
void WebAudioBus::initialize(unsigned numberOfChannels, size_t length, double sampleRate)
-{
+{
#if ENABLE(WEB_AUDIO)
RefPtr<AudioBus> audioBus = AudioBus::create(numberOfChannels, length);
audioBus->setSampleRate(sampleRate);
« no previous file with comments | « Source/core/platform/chromium/TraceEvent.h ('k') | Source/core/platform/chromium/support/WebData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698