From 94572c32af458c97f6f5a9fafea44e84baa656bf Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Wed, 18 Jul 2012 21:27:38 +0000 Subject: [PATCH] This fits into 80 columns without wrapping. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160453 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/CommentParser.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.50.1