Skip to content

Commit 9597728

Browse files
authored
Update clang/lib/Format/TokenAnnotator.cpp
1 parent ea15af3 commit 9597728

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/lib/Format/TokenAnnotator.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6083,11 +6083,6 @@ bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line,
60836083
return true;
60846084
}
60856085

6086-
if (Style.BreakAfterAttributes == FormatStyle::ABS_Leave &&
6087-
Left.is(TT_AttributeRSquare) && Right.NewlinesBefore > 0) {
6088-
return true;
6089-
}
6090-
60916086
return false;
60926087
}
60936088

0 commit comments

Comments
 (0)