DataViews/CodeMetrics.py

changeset 3021
801289962f4e
parent 2986
cd4e2cab7eb2
child 3058
0a02c433f52d
child 3160
209a07d7e401
diff -r 542e97d4ecb3 -r 801289962f4e DataViews/CodeMetrics.py
--- a/DataViews/CodeMetrics.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/DataViews/CodeMetrics.py	Mon Oct 14 20:08:19 2013 +0200
@@ -173,8 +173,8 @@
         Public method used to format and print the collected statistics.
         """
         label_len = 79 - len(spacer) - 6 * 6
-        print(spacer + "FUNCTION / CLASS".ljust(label_len) + \
-            " START   END LINES  NLOC  COMM EMPTY")
+        print(spacer + "FUNCTION / CLASS".ljust(label_len) +
+              " START   END LINES  NLOC  COMM EMPTY")
         for id in self.identifiers + ['TOTAL ']:
             label = id
             counters = self.counters.get(id, {})

eric ide

mercurial