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 a9084c1fb1
commit bf2fb95b7c
1 changed files with 1 additions and 1 deletions

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.