From: Walter Dörwald Date: Thu, 19 Jun 2003 10:36:17 +0000 (+0000) Subject: Make the comment prefix 7 character long, so the lines are properly X-Git-Tag: v2.3c1~373 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc1efa371a805400c3a0cbad9690b7f04135162f;p=thirdparty%2FPython%2Fcpython.git Make the comment prefix 7 character long, so the lines are properly aligned. --- diff --git a/Tools/scripts/trace.py b/Tools/scripts/trace.py index e458d1d5852a..a4d324a39d14 100644 --- a/Tools/scripts/trace.py +++ b/Tools/scripts/trace.py @@ -304,7 +304,7 @@ class CoverageResults: n_lines = n_lines + 1 elif blank.match(line): # blank lines and comments are preceded by dots - outfile.write(' . ') + outfile.write(' . ') else: # lines preceded by no marks weren't hit # Highlight them if so indicated, unless the line contains