Style fixes, brought to you by clang-format

llvm-svn: 194910
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp
index ba8ff46..f0cae50 100644
--- a/polly/lib/Analysis/ScopDetection.cpp
+++ b/polly/lib/Analysis/ScopDetection.cpp
@@ -125,7 +125,7 @@
     }                                                                          \
     DEBUG(dbgs() << MESSAGE);                                                  \
     DEBUG(dbgs() << "\n");                                                     \
-    assert(!Context.Verifying &&#NAME);                                        \
+    assert(!Context.Verifying && #NAME);                                       \
     if (!Context.Verifying)                                                    \
       ++Bad##NAME##ForScop;                                                    \
   } while (0)