Skip to content

Commit 4b447e2

Browse files
committed
Revert "SIL: Fix minor nit in SILPrinter"
This reverts commit 46ce8b4.
1 parent 8563516 commit 4b447e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/SILPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2119,7 +2119,7 @@ void SILDefaultWitnessTable::print(llvm::raw_ostream &OS, bool Verbose) const {
21192119

21202120
for (auto &witness : getEntries()) {
21212121
if (!witness.isValid()) {
2122-
OS << " no_default\n";
2122+
OS << " no_default\n";
21232123
continue;
21242124
}
21252125

0 commit comments

Comments
 (0)