forked from OSchip/llvm-project
[clang-format] Fix parameter name comment; NFC
llvm-svn: 297263
This commit is contained in:
parent
a7a24bfe90
commit
9aceafdc99
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue