From 1099aa07841884c13651277c1c039584b68ff1c2 Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev Date: Wed, 8 Mar 2017 09:02:39 +0000 Subject: [PATCH] [clang-format] Fix parameter name comment; NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297263 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Format/UnwrappedLineFormatter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Format/UnwrappedLineFormatter.cpp b/lib/Format/UnwrappedLineFormatter.cpp index 957256965f..c3c154afeb 100644 --- a/lib/Format/UnwrappedLineFormatter.cpp +++ b/lib/Format/UnwrappedLineFormatter.cpp @@ -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 = -- 2.40.0