summaryrefslogtreecommitdiff
path: root/src/cryptenroll
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-08-15 11:42:22 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-08-16 08:48:10 +0900
commit281d328d2d57285ff0981ec63e7b37b96b244de7 (patch)
tree0dfbd7340230a2c5bf57d99c870261b6ea893cf6 /src/cryptenroll
parent108bb8d065eaae907d33d41b6a502f38e2f127ba (diff)
downloadsystemd-281d328d2d57285ff0981ec63e7b37b96b244de7.tar.gz
cryptenroll: drop unnecessary {}
Diffstat (limited to 'src/cryptenroll')
-rw-r--r--src/cryptenroll/cryptenroll.c3
1 files changed, 1 insertions, 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;