summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-06-19 10:36:17 +0000
committerWalter Dörwald <walter@livinglogic.de>2003-06-19 10:36:17 +0000
commit36b6f4165d0967f2d3452a3d2460f6b28efef822 (patch)
tree0024b35601ef40bd9f7c5dd31f2fb0ecf6e957c7 /Tools
parent4bd4e70c7cfe92a30000e200d0ef7f288fe80c92 (diff)
downloadcpython-36b6f4165d0967f2d3452a3d2460f6b28efef822.tar.gz
Make the comment prefix 7 character long, so the lines are properly
aligned.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/trace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/trace.py b/Tools/scripts/trace.py
index e458d1d585..a4d324a39d 100644
--- a/Tools/scripts/trace.py
+++ b/Tools/scripts/trace.py
@@ -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