summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SourceMgr.cpp
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-12-09 17:37:32 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-12-09 17:37:32 +0000
commitdb97c0b52087459ff69ee440e1a819ae1f3f8eb5 (patch)
tree3d2637c631081b1107c9cd58e71efb82ee5c8e49 /llvm/lib/Support/SourceMgr.cpp
parent751e9aafa9d51c161378ae0a3a5e3502589145b9 (diff)
downloadbcm5719-llvm-db97c0b52087459ff69ee440e1a819ae1f3f8eb5.tar.gz
bcm5719-llvm-db97c0b52087459ff69ee440e1a819ae1f3f8eb5.zip
Fix whitespace.
llvm-svn: 121382
Diffstat (limited to 'llvm/lib/Support/SourceMgr.cpp')
-rw-r--r--llvm/lib/Support/SourceMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/SourceMgr.cpp b/llvm/lib/Support/SourceMgr.cpp
index f53169a8cfc..1f62068376b 100644
--- a/llvm/lib/Support/SourceMgr.cpp
+++ b/llvm/lib/Support/SourceMgr.cpp
@@ -182,7 +182,7 @@ void SourceMgr::PrintMessage(SMLoc Loc, const Twine &Msg,
DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext);
return;
}
-
+
raw_ostream &OS = errs();
int CurBuf = FindBufferContainingLoc(Loc);
OpenPOWER on IntegriCloud