Make the prefix 7 spaces long, so the lines are properly aligned.

This commit is contained in:
Walter Dörwald 2003-07-15 10:34:02 +00:00
parent fe89cc186c
commit c171172614

View 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