Skip to content

Commit c894761

Browse files
committed
fixup: formatting
1 parent 7f69fc1 commit c894761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/utils/TableGen/SveEmitter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,8 @@ void SVEEmitter::createStreamingAttrs(raw_ostream &OS, ACLEKind Kind) {
17391739
if (Emitted.find(Def->getMangledName()) != Emitted.end())
17401740
continue;
17411741

1742-
OS << "case " << ExtensionKind << "::BI__builtin_" << ExtensionKind.lower() << "_";
1742+
OS << "case " << ExtensionKind << "::BI__builtin_" << ExtensionKind.lower()
1743+
<< "_";
17431744
OS << Def->getMangledName() << ":\n";
17441745

17451746
if (Def->isFlagSet(IsStreamingFlag))

0 commit comments

Comments
 (0)