1
0
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:
Dan Gohman 2010-05-10 20:07:44 +00:00
parent eac81dd103
commit b993c131bd

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.