Skip to content

Commit 285754d

Browse files
committed
[TableGen] Fix closing brace indentation in validateOperandClass
1 parent 05b3d26 commit 285754d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/AsmMatcherEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ static void emitValidateOperandClass(AsmMatcherInfo &Info, raw_ostream &OS) {
25042504
OS << " break;\n";
25052505
} else
25062506
OS << " break;\n";
2507-
OS << " }\n";
2507+
OS << " }\n";
25082508
}
25092509
OS << " } // end switch (Kind)\n\n";
25102510

0 commit comments

Comments
 (0)