File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
clang/include/clang/Format Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4822,7 +4822,6 @@ struct FormatStyle {
4822
4822
AlwaysBreakAfterReturnType == R.AlwaysBreakAfterReturnType &&
4823
4823
AlwaysBreakBeforeMultilineStrings ==
4824
4824
R.AlwaysBreakBeforeMultilineStrings &&
4825
- BreakTemplateDeclarations == R.BreakTemplateDeclarations &&
4826
4825
AttributeMacros == R.AttributeMacros &&
4827
4826
BinPackArguments == R.BinPackArguments &&
4828
4827
BinPackParameters == R.BinPackParameters &&
@@ -4840,6 +4839,7 @@ struct FormatStyle {
4840
4839
BreakConstructorInitializers == R.BreakConstructorInitializers &&
4841
4840
BreakInheritanceList == R.BreakInheritanceList &&
4842
4841
BreakStringLiterals == R.BreakStringLiterals &&
4842
+ BreakTemplateDeclarations == R.BreakTemplateDeclarations &&
4843
4843
ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
4844
4844
CompactNamespaces == R.CompactNamespaces &&
4845
4845
ConstructorInitializerIndentWidth ==
You can’t perform that action at this time.
0 commit comments