mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +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…
x
Reference in New Issue
Block a user