Skip to content

Commit 164b921

Browse files
fsfodvgvassilev
authored andcommitted
Fix formatting
1 parent 12b2bd6 commit 164b921

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/utils/TableGen/ClangAttrEmitter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,8 @@ static void emitAttributes(const RecordKeeper &Records, raw_ostream &OS,
27562756
}
27572757

27582758
if (Header)
2759-
OS << "class CLANG_ABI " << R.getName() << "Attr : public " << SuperName << " {\n";
2759+
OS << "class CLANG_ABI " << R.getName() << "Attr : public " << SuperName
2760+
<< " {\n";
27602761
else
27612762
OS << "\n// " << R.getName() << "Attr implementation\n\n";
27622763

0 commit comments

Comments
 (0)