Skip to content

Commit 0d2579a

Browse files
committed
clang-format
1 parent c3e6120 commit 0d2579a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/AsmWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ void TypePrinting::print(Type *Ty, raw_ostream &OS) {
649649
OS << "target(\"";
650650
printEscapedString(Ty->getTargetExtName(), OS);
651651
OS << "\"";
652-
for (Type *Inner : TETy->type_params())
652+
for (Type *Inner : TETy->type_params())
653653
OS << ", " << *Inner;
654654
for (unsigned IntParam : TETy->int_params())
655655
OS << ", " << IntParam;

0 commit comments

Comments
 (0)