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 | 035cab7e6cf1befdbbca72014d7e991845405850 (patch) | |
| tree | f7705e1dc4f16884040f18057cce0f4d1e4d00f7 /lib/Analysis/DebugInfo.cpp | |
| parent | 6fcacfe9f91ab9772e2ac7f7aa37def6fe05649f (diff) | |
| download | external_llvm-035cab7e6cf1befdbbca72014d7e991845405850.zip external_llvm-035cab7e6cf1befdbbca72014d7e991845405850.tar.gz external_llvm-035cab7e6cf1befdbbca72014d7e991845405850.tar.bz2 | |
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
Diffstat (limited to 'lib/Analysis/DebugInfo.cpp')
| -rw-r--r-- | lib/Analysis/DebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DebugInfo.cpp b/lib/Analysis/DebugInfo.cpp index 717c7fb..92f91f4 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. |
