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

aligned.
This commit is contained in:
Walter Dörwald 2003-06-19 10:36:17 +00:00
parent a9da5ae07a
commit fc1efa371a

View file

@ -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