Kaydet (Commit) c1711726 authored tarafından Walter Dörwald's avatar Walter Dörwald

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

üst fe89cc18
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment