Skip to content

Commit 549d778

Browse files
author
Galen Elias
committed
Clang-format previous commit
1 parent 1c10f8a commit 549d778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/include/clang/Format/Format.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5172,7 +5172,8 @@ struct FormatStyle {
51725172
R.AllowShortIfStatementsOnASingleLine &&
51735173
AllowShortLambdasOnASingleLine == R.AllowShortLambdasOnASingleLine &&
51745174
AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
5175-
AllowShortNamespacesOnASingleLine == R.AllowShortNamespacesOnASingleLine &&
5175+
AllowShortNamespacesOnASingleLine ==
5176+
R.AllowShortNamespacesOnASingleLine &&
51765177
AlwaysBreakBeforeMultilineStrings ==
51775178
R.AlwaysBreakBeforeMultilineStrings &&
51785179
AttributeMacros == R.AttributeMacros &&

0 commit comments

Comments
 (0)