diff -r befeff46ec0f -r 18292228c724 QScintilla/Lexers/LexerCPP.py --- a/QScintilla/Lexers/LexerCPP.py Sat Oct 12 18:25:29 2013 +0200 +++ b/QScintilla/Lexers/LexerCPP.py Sun Oct 13 12:21:37 2013 +0200 @@ -58,7 +58,8 @@ except AttributeError: pass try: - self.setStylePreprocessor(Preferences.getEditor("CppStylePreprocessor")) + self.setStylePreprocessor( + Preferences.getEditor("CppStylePreprocessor")) except AttributeError: pass try: