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

Unified Diff: Source/core/platform/audio/mac/FFTFrameMac.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/ipp/FFTFrameIPP.cpp ('k') | Source/core/platform/chromium/ChromiumDataObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/mac/FFTFrameMac.cpp
diff --git a/Source/core/platform/audio/mac/FFTFrameMac.cpp b/Source/core/platform/audio/mac/FFTFrameMac.cpp
index a0abc474167cbdd162a5b2688aa9cc7246bcf392..802117e6754b752365d9d0f828a99713dc6dca36 100644
--- a/Source/core/platform/audio/mac/FFTFrameMac.cpp
+++ b/Source/core/platform/audio/mac/FFTFrameMac.cpp
@@ -113,7 +113,7 @@ void FFTFrame::multiply(const FFTFrame& frame)
float imag0 = imagP1[0];
// Complex multiply
- 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];
@@ -180,7 +180,7 @@ float* FFTFrame::realData() const
{
return m_frame.realp;
}
-
+
float* FFTFrame::imagData() const
{
return m_frame.imagp;
« no previous file with comments | « Source/core/platform/audio/ipp/FFTFrameIPP.cpp ('k') | Source/core/platform/chromium/ChromiumDataObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698