summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-10 20:07:44 +0000
committerDan Gohman <gohman@apple.com>2010-05-10 20:07:44 +0000
commitfaa19c32a244efdd3d9d546d938389a42537d949 (patch)
treef7705e1dc4f16884040f18057cce0f4d1e4d00f7
parentdbc56bbf755ea553e33a79ac51e0ed5dda6eb59a (diff)
downloadllvm-faa19c32a244efdd3d9d546d938389a42537d949.tar.gz
llvm-faa19c32a244efdd3d9d546d938389a42537d949.tar.bz2
llvm-faa19c32a244efdd3d9d546d938389a42537d949.tar.xz
Fix whitespace in debug output to be consistent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103422 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Analysis/DebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DebugInfo.cpp b/lib/Analysis/DebugInfo.cpp
index 717c7fb514..92f91f4d60 100644
--- a/lib/Analysis/DebugInfo.cpp
+++ b/lib/Analysis/DebugInfo.cpp
@@ -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.