diff options
author | Dan Gohman <gohman@apple.com> | 2010-05-10 20:07:44 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-05-10 20:07:44 +0000 |
commit | bf2fb95b7c72da676e10cee5618d5cfe46459dd5 (patch) | |
tree | ae0b73fa433dcc0444e69ee1d825a95e32d04a4a /llvm/lib/Analysis/DebugInfo.cpp | |
parent | a9084c1fb1e7254bb5fab5d3f4f11b04f26c6d42 (diff) | |
download | bcm5719-llvm-bf2fb95b7c72da676e10cee5618d5cfe46459dd5.tar.gz bcm5719-llvm-bf2fb95b7c72da676e10cee5618d5cfe46459dd5.zip |
Fix whitespace in debug output to be consistent.
llvm-svn: 103422
Diffstat (limited to 'llvm/lib/Analysis/DebugInfo.cpp')
-rw-r--r-- | llvm/lib/Analysis/DebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DebugInfo.cpp b/llvm/lib/Analysis/DebugInfo.cpp index 717c7fb5143..92f91f4d600 100644 --- a/llvm/lib/Analysis/DebugInfo.cpp +++ b/llvm/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. |