--- a/DataViews/CodeMetrics.py Fri Oct 18 23:00:41 2013 +0200 +++ b/DataViews/CodeMetrics.py Fri Nov 01 15:48:48 2013 +0100 @@ -179,8 +179,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, {})