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:
Dan Gohman 2010-05-10 20:07:44 +00:00
parent dbc56bbf75
commit faa19c32a2

View File

@ -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.