commit | 534ed20bd2956b912da911f02b39be6b15cb68ec | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Mon Sep 26 00:21:50 2011 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Mon Sep 26 00:21:50 2011 +0000 |
tree | eee4885f432270a6b273ad9d8a615b34d9812766 | |
parent | 4e85b8ae413fa00fa42aa3e625c2db3b1932f8d3 [diff] [blame] |
Fix a formatting goof. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140486 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Frontend/TextDiagnosticPrinter.cpp b/lib/Frontend/TextDiagnosticPrinter.cpp index c6b1df9..8d33a42 100644 --- a/lib/Frontend/TextDiagnosticPrinter.cpp +++ b/lib/Frontend/TextDiagnosticPrinter.cpp
@@ -1059,7 +1059,7 @@ OS << ' '; } -static void PrintDiagnosticLevel(raw_ostream& OS, +static void PrintDiagnosticLevel(raw_ostream &OS, DiagnosticsEngine::Level Level, bool ShowColors) { if (ShowColors) {