This fits into 80 columns without wrapping.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160453 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/CommentParser.cpp b/lib/AST/CommentParser.cpp
index ddcfef0..d4b9708 100644
--- a/lib/AST/CommentParser.cpp
+++ b/lib/AST/CommentParser.cpp
@@ -372,8 +372,7 @@
       }
     } else {
       // Empty line, just a tok::newline.
-      Line = S.actOnVerbatimBlockLine(Tok.getLocation(),
-                                      "");
+      Line = S.actOnVerbatimBlockLine(Tok.getLocation(), "");
       consumeToken();
     }
     Lines.push_back(Line);