mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 08:06:06 +00:00
This fits into 80 columns without wrapping.
llvm-svn: 160453
This commit is contained in:
parent
05c3c75581
commit
b03cc7e9f4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user