Formatting tweak.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2011-01-18 01:59:30 +00:00
parent f4fb66acae
commit 55b5e85643

View File

@ -1742,7 +1742,7 @@ static bool EmitMnemonicAliases(raw_ostream &OS, const AsmMatcherInfo &Info) {
StringMatcher("Mnemonic", Cases, OS).Emit();
OS << "}\n";
OS << "}\n\n";
return true;
}