From bf2fb95b7c72da676e10cee5618d5cfe46459dd5 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 10 May 2010 20:07:44 +0000 Subject: [PATCH] Fix whitespace in debug output to be consistent. llvm-svn: 103422 --- llvm/lib/Analysis/DebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Analysis/DebugInfo.cpp b/llvm/lib/Analysis/DebugInfo.cpp index 717c7fb51430..92f91f4d600f 100644 --- a/llvm/lib/Analysis/DebugInfo.cpp +++ b/llvm/lib/Analysis/DebugInfo.cpp @@ -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.