Re-wrap the error message emitted by checkIncludes.py

This commit is contained in:
Nick Mathewson 2018-07-09 15:47:46 -04:00
parent 3145e469d8
commit 294f580f04

View File

@ -81,6 +81,6 @@ for dirpath, dirnames, fnames in os.walk("src"):
if trouble:
err(
"""To change which includes are allowed in a C file, edit the {} files in its
enclosing directory.""".format(RULES_FNAME))
"""To change which includes are allowed in a C file, edit the {}
files in its enclosing directory.""".format(RULES_FNAME))
sys.exit(1)