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

Unified Diff: third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.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/DynamicsCompressorKernel.cpp
diff --git a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp
index 29d6279098cba7191236d060501dd50625e1ac7d..3356a1f5d47f7ffa18ca74b3b30718545c8341d0 100644
--- a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp
+++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp
@@ -26,13 +26,13 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "platform/audio/DynamicsCompressorKernel.h"
+#include <algorithm>
+#include <cmath>
#include "platform/audio/AudioUtilities.h"
#include "platform/audio/DenormalDisabler.h"
-#include "platform/audio/DynamicsCompressorKernel.h"
#include "wtf/MathExtras.h"
#include "wtf/PtrUtil.h"
-#include <algorithm>
-#include <cmath>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698