]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:crypto: Reformat wscript
authorAndreas Schneider <asn@samba.org>
Mon, 2 Aug 2021 14:27:04 +0000 (16:27 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 28 Jul 2022 11:51:28 +0000 (11:51 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/crypto/wscript

index 18ae23e2712d8ae94ee1610518fc9ab59a5a4508..34f865346d470c82a89dd7f6ac69c1fa44468cda 100644 (file)
@@ -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")