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

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

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/VectorMath.cpp
diff --git a/third_party/WebKit/Source/platform/audio/VectorMath.cpp b/third_party/WebKit/Source/platform/audio/VectorMath.cpp
index 8f3592cd7a457bd7fb0633369d31e1f4be143529..0d048b2f0003dc7435000e9e37c5e2ba417c4997 100644
--- a/third_party/WebKit/Source/platform/audio/VectorMath.cpp
+++ b/third_party/WebKit/Source/platform/audio/VectorMath.cpp
@@ -24,10 +24,10 @@
*/
#include "platform/audio/VectorMath.h"
+#include <stdint.h>
#include "wtf/Assertions.h"
#include "wtf/CPU.h"
#include "wtf/MathExtras.h"
-#include <stdint.h>
#if OS(MACOSX)
#include <Accelerate/Accelerate.h>

Powered by Google App Engine
This is Rietveld 408576698