1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Remove trailing whitespace.

llvm-svn: 122099
This commit is contained in:
Bob Wilson 2010-12-17 23:06:32 +00:00
parent ef5f3c0fa7
commit 21981d44ce

View File

@ -98,7 +98,6 @@ void LLVMContext::emitError(unsigned LocCookie, StringRef ErrorStr) {
SMDiagnostic Diag("", "error: " + ErrorStr.str());
pImpl->InlineAsmDiagHandler(Diag, pImpl->InlineAsmDiagContext, LocCookie);
}
//===----------------------------------------------------------------------===//