mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix whitespace in debug output to be consistent.
llvm-svn: 103422
This commit is contained in:
parent
eac81dd103
commit
b993c131bd
@ -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