We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c10f8a commit 549d778Copy full SHA for 549d778
clang/include/clang/Format/Format.h
@@ -5172,7 +5172,8 @@ struct FormatStyle {
5172
R.AllowShortIfStatementsOnASingleLine &&
5173
AllowShortLambdasOnASingleLine == R.AllowShortLambdasOnASingleLine &&
5174
AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
5175
- AllowShortNamespacesOnASingleLine == R.AllowShortNamespacesOnASingleLine &&
+ AllowShortNamespacesOnASingleLine ==
5176
+ R.AllowShortNamespacesOnASingleLine &&
5177
AlwaysBreakBeforeMultilineStrings ==
5178
R.AlwaysBreakBeforeMultilineStrings &&
5179
AttributeMacros == R.AttributeMacros &&
0 commit comments