Fix a formatting goof.

llvm-svn: 140486
This commit is contained in:
Chandler Carruth 2011-09-26 00:21:50 +00:00
parent 8b00dcb03b
commit 6849652cf8
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ void TextDiagnosticPrinter::EmitDiagnosticLoc(DiagnosticsEngine::Level Level,
OS << ' '; OS << ' ';
} }
static void PrintDiagnosticLevel(raw_ostream& OS, static void PrintDiagnosticLevel(raw_ostream &OS,
DiagnosticsEngine::Level Level, DiagnosticsEngine::Level Level,
bool ShowColors) { bool ShowColors) {
if (ShowColors) { if (ShowColors) {