]> granicus.if.org Git - clang/commitdiff
Delete an extraneous line I missed.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 26 Sep 2011 00:45:02 +0000 (00:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 26 Sep 2011 00:45:02 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140491 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/TextDiagnosticPrinter.cpp

index e3578bc23837947df559a8eb05e346f2472cef5a..3651480ae963fd02b9908b5870e24e66e841f438 100644 (file)
@@ -1196,7 +1196,6 @@ void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
   PrintDiagnosticOptions(DiagMessageStream, Level, Info, *DiagOpts);
   DiagMessageStream.flush();
 
-
   if (DiagOpts->ShowColors) {
     // Print warnings, errors and fatal errors in bold, no color
     switch (Level) {