From 281d328d2d57285ff0981ec63e7b37b96b244de7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Aug 2022 11:42:22 +0200 Subject: [PATCH] cryptenroll: drop unnecessary {} --- src/cryptenroll/cryptenroll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cryptenroll/cryptenroll.c b/src/cryptenroll/cryptenroll.c index 6f0c1ea95b..f7fc4963a8 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; -- 2.25.1