Skip to content

Commit 5aec939

Browse files
committed
[clang-format][NFC] Keep Operator== sorted in Format.h
1 parent 4502dc4 commit 5aec939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Format/Format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4822,7 +4822,6 @@ struct FormatStyle {
48224822
AlwaysBreakAfterReturnType == R.AlwaysBreakAfterReturnType &&
48234823
AlwaysBreakBeforeMultilineStrings ==
48244824
R.AlwaysBreakBeforeMultilineStrings &&
4825-
BreakTemplateDeclarations == R.BreakTemplateDeclarations &&
48264825
AttributeMacros == R.AttributeMacros &&
48274826
BinPackArguments == R.BinPackArguments &&
48284827
BinPackParameters == R.BinPackParameters &&
@@ -4840,6 +4839,7 @@ struct FormatStyle {
48404839
BreakConstructorInitializers == R.BreakConstructorInitializers &&
48414840
BreakInheritanceList == R.BreakInheritanceList &&
48424841
BreakStringLiterals == R.BreakStringLiterals &&
4842+
BreakTemplateDeclarations == R.BreakTemplateDeclarations &&
48434843
ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
48444844
CompactNamespaces == R.CompactNamespaces &&
48454845
ConstructorInitializerIndentWidth ==

0 commit comments

Comments
 (0)