Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py

changeset 3036
30c81c9e88b8
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
child 3083
6382a74d9599
--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py	Sat Oct 19 14:05:26 2013 +0200
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py	Sat Oct 19 15:15:50 2013 +0200
@@ -707,7 +707,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