[llvm-commits] [llvm] r103422 - /llvm/trunk/lib/Analysis/DebugInfo.cpp
Dan Gohman
gohman at apple.com
Mon May 10 13:07:44 PDT 2010
Author: djg
Date: Mon May 10 15:07:44 2010
New Revision: 103422
URL: http://llvm.org/viewvc/llvm-project?rev=103422&view=rev
Log:
Fix whitespace in debug output to be consistent.
Modified:
llvm/trunk/lib/Analysis/DebugInfo.cpp
Modified: llvm/trunk/lib/Analysis/DebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/DebugInfo.cpp?rev=103422&r1=103421&r2=103422&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/DebugInfo.cpp (original)
+++ llvm/trunk/lib/Analysis/DebugInfo.cpp Mon May 10 15:07:44 2010
@@ -466,7 +466,7 @@
if (getLanguage())
OS << " [" << dwarf::LanguageString(getLanguage()) << "] ";
- OS << " [" << getDirectory() << "/" << getFilename() << " ]";
+ OS << " [" << getDirectory() << "/" << getFilename() << "]";
}
/// print - Print type.
More information about the llvm-commits
mailing list