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, {})