From: Nick Mathewson Date: Mon, 9 Jul 2018 19:47:46 +0000 (-0400) Subject: Re-wrap the error message emitted by checkIncludes.py X-Git-Tag: tor-0.3.5.1-alpha~175^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=294f580f042be51150ef89e72243cd470f80796d;p=thirdparty%2Ftor.git Re-wrap the error message emitted by checkIncludes.py --- 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)