From: Walter Dörwald Date: Tue, 15 Jul 2003 10:34:02 +0000 (+0000) Subject: Make the prefix 7 spaces long, so the lines are properly aligned. X-Git-Tag: v2.3c1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c171172614f77190a6b729cd834c27a58eb9aa41;p=python Make the prefix 7 spaces long, so the lines are properly aligned. --- diff --git a/Lib/trace.py b/Lib/trace.py index d896c6e7cf..0f27273f5f 100644 --- a/Lib/trace.py +++ b/Lib/trace.py @@ -309,7 +309,7 @@ class CoverageResults: n_hits += 1 n_lines += 1 elif rx_blank.match(line): - outfile.write(" ") + outfile.write(" ") else: # lines preceded by no marks weren't hit # Highlight them if so indicated, unless the line contains