diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-16 09:14:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-16 09:15:00 -0400 |
commit | 8ce17e0b351afdb49fda0296f1151e10983b0395 (patch) | |
tree | e1d0592df956f56a526b2697483af1de23393e17 /scripts/maint | |
parent | f9fac733b900091917b56f6517ef2b2ed775f6e0 (diff) | |
download | tor-8ce17e0b351afdb49fda0296f1151e10983b0395.tar.gz tor-8ce17e0b351afdb49fda0296f1151e10983b0395.zip |
practracker: add a missing #.
Diffstat (limited to 'scripts/maint')
-rwxr-xr-x | scripts/maint/practracker/practracker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/practracker.py b/scripts/maint/practracker/practracker.py index f6aac9d15e..5f26d28cea 100755 --- a/scripts/maint/practracker/practracker.py +++ b/scripts/maint/practracker/practracker.py @@ -147,7 +147,7 @@ HEADER="""\ # file-size -- a .c file of more than {MAX_FILE_SIZE} lines, or a .h # file with more than {MAX_H_FILE_SIZE} lines. # include-count -- a .c file with more than {MAX_INCLUDE_COUNT} #includes, - or a .h file with more than {MAX_H_INCLUDE_COUNT} #includes. +# or a .h file with more than {MAX_H_INCLUDE_COUNT} #includes. # dependency-violation -- a file includes a header that it should # not, according to an advisory .may_include file. # |