1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

MC: Fix whitespace error from last commit.

A Visual C++ extension that removes trailing new lines? Seriously?

llvm-svn: 109390
This commit is contained in:
Michael J. Spencer 2010-07-26 03:01:28 +00:00
parent 9d96c92bde
commit d061ee82ad

View File

@ -728,4 +728,4 @@ namespace llvm {
MCObjectWriter *createWinCOFFObjectWriter(raw_ostream &OS) {
return new WinCOFFObjectWriter(OS);
}
}
}