projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc56bb
)
Fix whitespace in debug output to be consistent.
author
Dan Gohman
<gohman@apple.com>
Mon, 10 May 2010 20:07:44 +0000
(20:07 +0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/DebugInfo.cpp
b/lib/Analysis/DebugInfo.cpp
index 717c7fb5143029eb699ea643443bf0ff6701091e..92f91f4d600ff511755f11efe4256bfc2dcad258 100644
(file)
--- 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.