[clang-format] Fix parameter name comment; NFC

llvm-svn: 297263
This commit is contained in:
Krasimir Georgiev 2017-03-08 09:02:39 +00:00
parent a7a24bfe90
commit 9aceafdc99
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ void UnwrappedLineFormatter::formatFirstToken(const AnnotatedLine &Line,
if (RootToken.is(tok::eof)) {
unsigned Newlines = std::min(RootToken.NewlinesBefore, 1u);
Whitespaces->replaceWhitespace(RootToken, Newlines, /*Spaces=*/0,
/*TargetColumn=*/0);
/*StartOfTokenColumn=*/0);
return;
}
unsigned Newlines =