Run clang-format after r324003. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@324112 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/ScopDetectionDiagnostic.cpp b/lib/Analysis/ScopDetectionDiagnostic.cpp
index e84167d..5a8b42d 100644
--- a/lib/Analysis/ScopDetectionDiagnostic.cpp
+++ b/lib/Analysis/ScopDetectionDiagnostic.cpp
@@ -46,7 +46,11 @@
 #define DEBUG_TYPE "polly-detect"
 
 #define SCOP_STAT(NAME, DESC)                                                  \
-  { "polly-detect", "NAME", "Number of rejected regions: " DESC, {0}, {false} }
+  {                                                                            \
+    "polly-detect", "NAME", "Number of rejected regions: " DESC, {0}, {        \
+      false                                                                    \
+    }                                                                          \
+  }
 
 Statistic RejectStatistics[] = {
     SCOP_STAT(CFG, ""),
diff --git a/lib/Transform/ScheduleOptimizer.cpp b/lib/Transform/ScheduleOptimizer.cpp
index 67f0ee4..fa7e392 100644
--- a/lib/Transform/ScheduleOptimizer.cpp
+++ b/lib/Transform/ScheduleOptimizer.cpp
@@ -279,10 +279,10 @@
 STATISTIC(NumAffineLoopsOptimized, "Number of affine loops optimized");
 STATISTIC(NumBoxedLoopsOptimized, "Number of boxed loops optimized");
 
-#define THREE_STATISTICS(VARNAME, DESC)                                    \
-  static Statistic VARNAME[3] = {                                          \
-      {DEBUG_TYPE, #VARNAME "0", DESC " (original)", {0}, {false}},        \
-      {DEBUG_TYPE, #VARNAME "1", DESC " (after scheduler)", {0}, {false}}, \
+#define THREE_STATISTICS(VARNAME, DESC)                                        \
+  static Statistic VARNAME[3] = {                                              \
+      {DEBUG_TYPE, #VARNAME "0", DESC " (original)", {0}, {false}},            \
+      {DEBUG_TYPE, #VARNAME "1", DESC " (after scheduler)", {0}, {false}},     \
       {DEBUG_TYPE, #VARNAME "2", DESC " (after optimizer)", {0}, {false}}}
 
 THREE_STATISTICS(NumBands, "Number of bands");
diff --git a/lib/Transform/Simplify.cpp b/lib/Transform/Simplify.cpp
index a0b89e0..937e7c4 100644
--- a/lib/Transform/Simplify.cpp
+++ b/lib/Transform/Simplify.cpp
@@ -27,9 +27,9 @@
 
 namespace {
 
-#define TWO_STATISTICS(VARNAME, DESC)                            \
-  static llvm::Statistic VARNAME[2] = {                          \
-      {DEBUG_TYPE, #VARNAME "0", DESC " (first)", {0}, {false}}, \
+#define TWO_STATISTICS(VARNAME, DESC)                                          \
+  static llvm::Statistic VARNAME[2] = {                                        \
+      {DEBUG_TYPE, #VARNAME "0", DESC " (first)", {0}, {false}},               \
       {DEBUG_TYPE, #VARNAME "1", DESC " (second)", {0}, {false}}}
 
 /// Number of max disjuncts we allow in removeOverwrites(). This is to avoid