Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

changeset 3447
64fb656bd334
parent 3441
1b07f996e9ee
child 3450
2f7c8fd8e3f5
child 3484
645c12de6b0c
--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Mar 29 20:12:47 2014 +0100
+++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Mar 29 20:18:31 2014 +0100
@@ -172,7 +172,7 @@
         if (codestring and len(py3files) == 1) or \
            (codestring and len(py2files) == 1) or \
            (codestring and len(jsfiles) == 1) or \
-           (not codestring and 
+           (not codestring and
                 len(py3files) + len(py2files) + len(jsfiles) > 0):
             self.checkProgress.setMaximum(
                 len(py3files) + len(py2files) + len(jsfiles))

eric ide

mercurial