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

Unified Diff: third_party/WebKit/Source/platform/wtf/MathExtras.h

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/wtf/MathExtras.h
diff --git a/third_party/WebKit/Source/platform/wtf/MathExtras.h b/third_party/WebKit/Source/platform/wtf/MathExtras.h
index cdb5f6511d6ed3904c23d7ed56ef743994f300cb..b7a5ae96aeb1214c6bea8a168a9f28a3a73284ed 100644
--- a/third_party/WebKit/Source/platform/wtf/MathExtras.h
+++ b/third_party/WebKit/Source/platform/wtf/MathExtras.h
@@ -26,12 +26,12 @@
#ifndef WTF_MathExtras_h
#define WTF_MathExtras_h
-#include "platform/wtf/Allocator.h"
-#include "platform/wtf/Assertions.h"
-#include "platform/wtf/CPU.h"
#include <cmath>
#include <cstddef>
#include <limits>
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/CPU.h"
#if COMPILER(MSVC)
// Make math.h behave like other platforms.

Powered by Google App Engine
This is Rietveld 408576698