Formatting tweak.

llvm-svn: 123718
This commit is contained in:
Daniel Dunbar 2011-01-18 01:59:30 +00:00
parent f413213a48
commit e46bc4cec5
1 changed files with 1 additions and 1 deletions

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;
}