mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +00:00
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
This commit is contained in:
parent
dbc56bbf75
commit
faa19c32a2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user