]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
practracker: add a missing #.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 13:14:01 +0000 (09:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 13:15:00 +0000 (09:15 -0400)
scripts/maint/practracker/practracker.py

index f6aac9d15ef3026fa77b5fd82dcd9ede27024ca4..5f26d28ceab582755351d338e2931c5d8f74b335 100755 (executable)
@@ -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.
 #