Remove trailing whitespace.

llvm-svn: 122099
This commit is contained in:
Bob Wilson 2010-12-17 23:06:32 +00:00
parent 97b72c99d2
commit ec3ff9c727

View File

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