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

Unified Diff: Source/core/platform/audio/AudioFIFO.h

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/AudioDSPKernelProcessor.cpp ('k') | Source/core/platform/audio/AudioFIFO.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/AudioFIFO.h
diff --git a/Source/core/platform/audio/AudioFIFO.h b/Source/core/platform/audio/AudioFIFO.h
index a744d10eb62a109b0a044ed9f4a61a3e3113af4b..920e606e268f2a258a089142a2fef847b82e492f 100644
--- a/Source/core/platform/audio/AudioFIFO.h
+++ b/Source/core/platform/audio/AudioFIFO.h
@@ -53,7 +53,7 @@ private:
int updateIndex(int index, int step) { return (index + step) % m_fifoLength; }
void findWrapLengths(size_t index, size_t providerSize, size_t& part1Length, size_t& part2Length);
-
+
// The FIFO itself. In reality, the FIFO is a circular buffer.
RefPtr<AudioBus> m_fifoAudioBus;
« no previous file with comments | « Source/core/platform/audio/AudioDSPKernelProcessor.cpp ('k') | Source/core/platform/audio/AudioFIFO.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698