diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-18 21:27:38 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-18 21:27:38 +0000 |
commit | 94572c32af458c97f6f5a9fafea44e84baa656bf (patch) | |
tree | daa0a6e0156ef1919a51a6b5c6f797dc0f52a72a /lib/AST/CommentParser.cpp | |
parent | 0f7f10bd0ea08abf56c69fea9316275a1ee0e40c (diff) |
This fits into 80 columns without wrapping.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CommentParser.cpp')
-rw-r--r-- | lib/AST/CommentParser.cpp | 3 |
1 files changed, 1 insertions, 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); |