cryptenroll: drop unnecessary {}

This commit is contained in:
Lennart Poettering 2022-08-15 11:42:22 +02:00 committed by Yu Watanabe
parent 108bb8d065
commit 281d328d2d

View file

@ -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;