From c171172614f77190a6b729cd834c27a58eb9aa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Tue, 15 Jul 2003 10:34:02 +0000 Subject: Make the prefix 7 spaces long, so the lines are properly aligned. --- Lib/trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/trace.py b/Lib/trace.py index d896c6e..0f27273 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 -- cgit v0.12