SVN_SILENT pedantic coding style fix.

svn path=/trunk/KDE/kdepim/; revision=960957
wilder-work
Thomas McGuire 17 years ago
parent 9ac79b32fd
commit 2ec7713147
  1. 2
      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 );
}

Loading…
Cancel
Save