From: Andreas Schneider Date: Mon, 2 Aug 2021 14:27:04 +0000 (+0200) Subject: lib:crypto: Reformat wscript X-Git-Tag: samba-4.17.0rc1~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b24c8f540f10406ac8b348a26912d19f6427ccb5;p=thirdparty%2Fsamba.git lib:crypto: Reformat wscript Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/lib/crypto/wscript b/lib/crypto/wscript index 18ae23e2712..34f865346d4 100644 --- a/lib/crypto/wscript +++ b/lib/crypto/wscript @@ -2,5 +2,8 @@ def options(opt): opt.add_option('--accel-aes', - help=("Should we use accelerated AES crypto functions. Options are intelaesni|none."), - action="store", dest='accel_aes', default="none") + help=("Should we use accelerated AES crypto functions. " + "Options are intelaesni|none."), + action="store", + dest='accel_aes', + default="none")