Commit 36b6f416 authored by Walter Dörwald's avatar Walter Dörwald

Make the comment prefix 7 character long, so the lines are properly

aligned.
parent 4bd4e70c
......@@ -304,7 +304,7 @@ class CoverageResults:
n_lines = n_lines + 1
elif blank.match(line):
# blank lines and comments are preceded by dots
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