diff options
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); |