Fix whitespace in debug output to be consistent.
authorDan Gohman <gohman@apple.com>
Mon, 10 May 2010 20:07:44 +0000 (20:07 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 10 May 2010 20:07:44 +0000 (20:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103422 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DebugInfo.cpp

index 717c7fb5143029eb699ea643443bf0ff6701091e..92f91f4d600ff511755f11efe4256bfc2dcad258 100644 (file)
@@ -466,7 +466,7 @@ void DICompileUnit::print(raw_ostream &OS) const {
   if (getLanguage())
     OS << " [" << dwarf::LanguageString(getLanguage()) << "] ";
 
-  OS << " [" << getDirectory() << "/" << getFilename() << " ]";
+  OS << " [" << getDirectory() << "/" << getFilename() << "]";
 }
 
 /// print - Print type.