diff --git a/mailsourceviewer.cpp b/mailsourceviewer.cpp index 34184cf01..25a599850 100644 --- a/mailsourceviewer.cpp +++ b/mailsourceviewer.cpp @@ -66,7 +66,7 @@ void MailSourceHighlighter::highlightBlock ( const QString & text ) { } } // Change to body state - else if (text.isEmpty()) + else if ( text.isEmpty() ) { setCurrentBlockState( bodyState ); }