summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-09 15:47:46 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-09 15:48:55 -0400
commit294f580f042be51150ef89e72243cd470f80796d (patch)
treecec044b5051ec3877da6536e08d0f18777f392b0 /scripts
parent3145e469d8d72ccc2a4e9317c83331df7cc29803 (diff)
downloadtor-294f580f042be51150ef89e72243cd470f80796d.tar.gz
tor-294f580f042be51150ef89e72243cd470f80796d.zip
Re-wrap the error message emitted by checkIncludes.py
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/checkIncludes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/maint/checkIncludes.py b/scripts/maint/checkIncludes.py
index 5cf7ead47e..eb25cb2096 100755
--- a/scripts/maint/checkIncludes.py
+++ b/scripts/maint/checkIncludes.py
@@ -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)