Skip to content

Commit caba5c3

Browse files
committed
Clang format fix
1 parent a4fed5f commit caba5c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ void clang::EmitClangCommentCommandInfo(RecordKeeper &Records,
5252
<< Tag.getValueAsBit("IsFunctionDeclarationCommand") << ", "
5353
<< Tag.getValueAsBit("IsRecordLikeDetailCommand") << ", "
5454
<< Tag.getValueAsBit("IsRecordLikeDeclarationCommand") << ", "
55-
<< /* IsUnknownCommand = */ "0"
56-
<< " }";
55+
<< /* IsUnknownCommand = */ "0" << " }";
5756
if (i + 1 != e)
5857
OS << ",";
5958
OS << "\n";

0 commit comments

Comments
 (0)