Utilities/ClassBrowsers/pyclbr.py

changeset 3539
0c2dc1446ebf
parent 3178
f25fc1364c88
child 3591
2f2a4a76dd22
--- a/Utilities/ClassBrowsers/pyclbr.py	Sat Apr 26 10:06:49 2014 +0200
+++ b/Utilities/ClassBrowsers/pyclbr.py	Sat Apr 26 10:36:09 2014 +0200
@@ -313,7 +313,7 @@
                 if thisindent > conditionalsstack[-1]:
                     if not deltaindentcalculated:
                         deltastack.append(thisindent - conditionalsstack[-1])
-                        deltaindent = reduce(lambda x, y:  x + y, deltastack)
+                        deltaindent = reduce(lambda x, y: x + y, deltastack)
                         deltaindentcalculated = 1
                     thisindent -= deltaindent
                 else:

eric ide

mercurial