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

Unified Diff: Source/core/platform/audio/AudioFIFO.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/audio/AudioFIFO.h ('k') | Source/core/platform/audio/AudioFileReader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/AudioFIFO.cpp
diff --git a/Source/core/platform/audio/AudioFIFO.cpp b/Source/core/platform/audio/AudioFIFO.cpp
index efa376731906e562a93433ba6c0daf55dd428428..f468d25ffb0c4d05c87fa47b5dbefe82445df46c 100644
--- a/Source/core/platform/audio/AudioFIFO.cpp
+++ b/Source/core/platform/audio/AudioFIFO.cpp
@@ -113,7 +113,7 @@ void AudioFIFO::push(const AudioBus* sourceBus)
if (part2Length)
memcpy(destination, source + part1Length, part2Length * sizeof(*destination));
}
-
+
m_framesInFifo += sourceLength;
ASSERT(m_framesInFifo <= m_fifoLength);
m_writeIndex = updateIndex(m_writeIndex, sourceLength);
« no previous file with comments | « Source/core/platform/audio/AudioFIFO.h ('k') | Source/core/platform/audio/AudioFileReader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698