Skip to content

Commit f4a54d9

Browse files
committed
Reformat.
1 parent 46d0edd commit f4a54d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/AST/TypePrinter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,8 @@ void TypePrinter::printAttributedAfter(const AttributedType *T,
21072107
OS << "ext_vector_type";
21082108
break;
21092109
case attr::KCFISalt:
2110-
OS << "kcfi_salt(\"" << cast<KCFISaltAttr>(T->getAttr())->getSalt() << "\")";
2110+
OS << "kcfi_salt(\"" << cast<KCFISaltAttr>(T->getAttr())->getSalt()
2111+
<< "\")";
21112112
break;
21122113
}
21132114
OS << "))";

0 commit comments

Comments
 (0)