This fits into 80 columns without wrapping.

llvm-svn: 160453
diff --git a/clang/lib/AST/CommentParser.cpp b/clang/lib/AST/CommentParser.cpp
index ddcfef0..d4b9708 100644
--- a/clang/lib/AST/CommentParser.cpp
+++ b/clang/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);