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

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

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/Biquad.cpp
diff --git a/third_party/WebKit/Source/platform/audio/Biquad.cpp b/third_party/WebKit/Source/platform/audio/Biquad.cpp
index 8505bda61b733fda333b2df268566257f13cedbe..40d8aff363f0c4b237abecfb98639e126f6da918 100644
--- a/third_party/WebKit/Source/platform/audio/Biquad.cpp
+++ b/third_party/WebKit/Source/platform/audio/Biquad.cpp
@@ -32,9 +32,9 @@
#include "platform/audio/DenormalDisabler.h"
#include "platform/wtf/MathExtras.h"
+#include <stdio.h>
#include <algorithm>
#include <complex>
-#include <stdio.h>
#if OS(MACOSX)
#include <Accelerate/Accelerate.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698