Adjust formatting to commit r292110 [NFC]

llvm-svn: 292123
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp
index 60911a7..5809b44 100644
--- a/polly/lib/Analysis/ScopDetection.cpp
+++ b/polly/lib/Analysis/ScopDetection.cpp
@@ -218,8 +218,9 @@
           "Number of scops with maximal loop depth 4 (profitable scops only)");
 STATISTIC(NumProfScopsDepthFive,
           "Number of scops with maximal loop depth 5 (profitable scops only)");
-STATISTIC(NumProfScopsDepthLarger, "Number of scops with maximal loop depth 6 "
-                                   "and larger (profitable scops only)");
+STATISTIC(NumProfScopsDepthLarger,
+          "Number of scops with maximal loop depth 6 and larger "
+          "(profitable scops only)");
 
 class DiagnosticScopFound : public DiagnosticInfo {
 private: