diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-09 17:37:32 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-09 17:37:32 +0000 |
commit | 333ad3f2bf2941618f8e1563da022da011e615c0 (patch) | |
tree | 910abc14cfb6eca4ee6624eb52c92b2bbf92ab9f /lib/Support/SourceMgr.cpp | |
parent | 58fe86dc0ecb7efff01abe2b0024a6a53ebb2c81 (diff) |
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/SourceMgr.cpp')
-rw-r--r-- | lib/Support/SourceMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/SourceMgr.cpp b/lib/Support/SourceMgr.cpp index f53169a8cf..1f62068376 100644 --- a/lib/Support/SourceMgr.cpp +++ b/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); |