Skip to content

Commit e395af0

Browse files
committed
Fix formatting
1 parent f4e51ec commit e395af0

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
@@ -2727,7 +2727,8 @@ static void emitAttributes(const RecordKeeper &Records, raw_ostream &OS,
27272727
}
27282728

27292729
if (Header)
2730-
OS << "class CLANG_ABI " << R.getName() << "Attr : public " << SuperName << " {\n";
2730+
OS << "class CLANG_ABI " << R.getName() << "Attr : public " << SuperName
2731+
<< " {\n";
27312732
else
27322733
OS << "\n// " << R.getName() << "Attr implementation\n\n";
27332734

0 commit comments

Comments
 (0)