Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3142
55030c09e142
--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py	Sun Nov 03 15:58:22 2013 +0100
@@ -709,7 +709,7 @@
                         endLine = classContext.start() + end[0]
                         contexts.append(DocStyleContext(
                             self.__source[startLine:endLine],
-                                          startLine, "def"))
+                            startLine, "def"))
                 except StopIteration:
                     pass
             self.__methodsCache = contexts

eric ide

mercurial