Skip to content

Commit 00bad0e

Browse files
authored
Remove trailing whitespace in ContinuationIndenter.cpp
1 parent 51f3b9a commit 00bad0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Format/ContinuationIndenter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ bool ContinuationIndenter::canBreak(const LineState &State) {
362362
Current.is(tok::r_paren)) {
363363
return CurrentState.BreakBeforeClosingParen;
364364
}
365-
365+
366366
if (Style.BreakBeforeTemplateCloser && Current.is(TT_TemplateCloser))
367367
return CurrentState.BreakBeforeClosingAngle;
368368

0 commit comments

Comments
 (0)