Skip to content

Commit 8888f7c

Browse files
committed
Fix formatting
1 parent 363e96b commit 8888f7c

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
@@ -2762,7 +2762,8 @@ static void emitAttributes(const RecordKeeper &Records, raw_ostream &OS,
27622762
}
27632763

27642764
if (Header)
2765-
OS << "class CLANG_ABI " << R.getName() << "Attr : public " << SuperName << " {\n";
2765+
OS << "class CLANG_ABI " << R.getName() << "Attr : public " << SuperName
2766+
<< " {\n";
27662767
else
27672768
OS << "\n// " << R.getName() << "Attr implementation\n\n";
27682769

0 commit comments

Comments
 (0)