From: Dmitri Gribenko Date: Wed, 18 Jul 2012 21:27:38 +0000 (+0000) Subject: This fits into 80 columns without wrapping. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94572c32af458c97f6f5a9fafea44e84baa656bf;p=clang 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 ddcfef023f..d4b9708778 100644 --- a/lib/AST/CommentParser.cpp +++ b/lib/AST/CommentParser.cpp @@ -372,8 +372,7 @@ VerbatimBlockComment *Parser::parseVerbatimBlock() { } } else { // Empty line, just a tok::newline. - Line = S.actOnVerbatimBlockLine(Tok.getLocation(), - ""); + Line = S.actOnVerbatimBlockLine(Tok.getLocation(), ""); consumeToken(); } Lines.push_back(Line);