diff options
Diffstat (limited to 'clang/lib/AST/CommentParser.cpp')
-rw-r--r-- | clang/lib/AST/CommentParser.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/AST/CommentParser.cpp b/clang/lib/AST/CommentParser.cpp index ddcfef023fe..d4b97087782 100644 --- a/clang/lib/AST/CommentParser.cpp +++ b/clang/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); |