From 77894df0a6ea5f51dd6be8785d880070c70c40ea Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 6 Dec 2023 21:26:27 +0000 Subject: [PATCH] set_pass, set_pass_legacy: Correct indentation only Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 391f35b3c..70acc4cc7 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -3914,7 +3914,9 @@ Run easyrsa without commands for usage and command help." nopass) [ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1 ;; - file) file="$raw_file" ;; + file) + file="$raw_file" + ;; *) warn "Ignoring unknown command option: '$1'" esac shift @@ -3982,7 +3984,9 @@ Missing argument: no name/file supplied." nopass) [ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1 ;; - file) file="$raw_file" ;; + file) + file="$raw_file" + ;; *) warn "Ignoring unknown command option: '$1'" esac shift