From b24c8f540f10406ac8b348a26912d19f6427ccb5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 2 Aug 2021 16:27:04 +0200 Subject: [PATCH] lib:crypto: Reformat wscript Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- lib/crypto/wscript | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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") -- 2.47.3