From: Lennart Poettering Date: Mon, 15 Aug 2022 09:42:22 +0000 (+0200) Subject: cryptenroll: drop unnecessary {} X-Git-Tag: v252-rc1~441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=281d328d2d57285ff0981ec63e7b37b96b244de7;p=thirdparty%2Fsystemd.git cryptenroll: drop unnecessary {} --- diff --git a/src/cryptenroll/cryptenroll.c b/src/cryptenroll/cryptenroll.c index 6f0c1ea95bf..f7fc4963a83 100644 --- a/src/cryptenroll/cryptenroll.c +++ b/src/cryptenroll/cryptenroll.c @@ -335,13 +335,12 @@ static int parse_argv(int argc, char *argv[]) { break; } - case ARG_TPM2_PIN: { + case ARG_TPM2_PIN: r = parse_boolean_argument("--tpm2-with-pin=", optarg, &arg_tpm2_pin); if (r < 0) return r; break; - } case ARG_WIPE_SLOT: { const char *p = optarg;