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

Unified Diff: Source/modules/webaudio/AsyncAudioDecoder.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/AsyncAudioDecoder.h ('k') | Source/modules/webaudio/AudioBasicProcessorNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AsyncAudioDecoder.cpp
diff --git a/Source/modules/webaudio/AsyncAudioDecoder.cpp b/Source/modules/webaudio/AsyncAudioDecoder.cpp
index 765d7047d70d5987f2e86870d984470acf7e7cec..ee8219e1956f829e65ebe59e61a2ff98562e0815 100644
--- a/Source/modules/webaudio/AsyncAudioDecoder.cpp
+++ b/Source/modules/webaudio/AsyncAudioDecoder.cpp
@@ -47,7 +47,7 @@ AsyncAudioDecoder::AsyncAudioDecoder()
AsyncAudioDecoder::~AsyncAudioDecoder()
{
m_queue.kill();
-
+
// Stop thread.
waitForThreadCompletion(m_threadID);
m_threadID = 0;
@@ -110,7 +110,7 @@ void AsyncAudioDecoder::DecodingTask::decode()
// Do the actual decoding and invoke the callback.
m_audioBuffer = AudioBuffer::createFromAudioFileData(m_audioData->data(), m_audioData->byteLength(), false, sampleRate());
-
+
// Decoding is finished, but we need to do the callbacks on the main thread.
callOnMainThread(notifyCompleteDispatch, this);
}
« no previous file with comments | « Source/modules/webaudio/AsyncAudioDecoder.h ('k') | Source/modules/webaudio/AudioBasicProcessorNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698