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

Unified Diff: third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp

Issue 2384073002: reflow comments in platform/audio (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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: third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
diff --git a/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp b/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
index 86a42720e860d3e31fa95403e75cc1ef3913be64..9fb8cadc45dc98c720129ee7ab6978adbabaf4df 100644
--- a/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
+++ b/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
@@ -39,8 +39,8 @@ namespace blink {
using LoaderMap = HashMap<double, HRTFDatabaseLoader*>;
-// getLoaderMap() returns the static hash map that contains the mapping between the
-// sample rate and the corresponding HRTF database.
+// getLoaderMap() returns the static hash map that contains the mapping between
+// the sample rate and the corresponding HRTF database.
static LoaderMap& getLoaderMap() {
DEFINE_STATIC_LOCAL(LoaderMap*, map, (new LoaderMap));
return *map;

Powered by Google App Engine
This is Rietveld 408576698