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

Unified Diff: Source/core/platform/audio/Panner.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/MultiChannelResampler.h ('k') | Source/core/platform/audio/Reverb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/Panner.h
diff --git a/Source/core/platform/audio/Panner.h b/Source/core/platform/audio/Panner.h
index a7b3bc472cab3745b4301c1b8629126bf3d2d6a1..d6eac042049d1ba62c47557c3c23f119bf6b403b 100644
--- a/Source/core/platform/audio/Panner.h
+++ b/Source/core/platform/audio/Panner.h
@@ -45,7 +45,7 @@ public:
PanningModelHRTF = 1,
PanningModelSoundField = 2
};
-
+
typedef unsigned PanningModel;
static PassOwnPtr<Panner> create(PanningModel, float sampleRate, HRTFDatabaseLoader*);
« no previous file with comments | « Source/core/platform/audio/MultiChannelResampler.h ('k') | Source/core/platform/audio/Reverb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698