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

Unified Diff: Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.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
Index: Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
diff --git a/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
index 761c613e005513ac2490f4bed0a2a4687c149eaa..05af6f448aaf570f61296e4c3f7a41b13efc2f58 100644
--- a/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
+++ b/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
@@ -157,7 +157,7 @@ void FFTFrame::multiply(const FFTFrame& frame)
float real0 = realP1[0];
float imag0 = imagP1[0];
- VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize);
+ VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize);
// Multiply the packed DC/nyquist component
realP1[0] = real0 * realP2[0];
« no previous file with comments | « Source/core/platform/audio/chromium/FFTFrameOpenMAXDLAndroid.cpp ('k') | Source/core/platform/audio/ipp/FFTFrameIPP.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698