]> granicus.if.org Git - python/commitdiff
Make the prefix 7 spaces long, so the lines are properly aligned.
authorWalter Dörwald <walter@livinglogic.de>
Tue, 15 Jul 2003 10:34:02 +0000 (10:34 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 15 Jul 2003 10:34:02 +0000 (10:34 +0000)
Lib/trace.py

index d896c6e7cfe876f2c2221d73a1eb718f98812b48..0f27273f5f1227a391042a49334e427a18f9a09e 100644 (file)
@@ -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