From: Lennart Poettering Date: Fri, 28 May 2021 20:46:48 +0000 (+0200) Subject: cryptenroll: remove a tiny bit of whitespace X-Git-Tag: v249-rc1~128^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2b278811f560f6b56f01baadc260df034eac14e;p=thirdparty%2Fsystemd.git cryptenroll: remove a tiny bit of whitespace --- diff --git a/src/cryptenroll/cryptenroll.c b/src/cryptenroll/cryptenroll.c index 83b0b42ff2a..030296cc025 100644 --- a/src/cryptenroll/cryptenroll.c +++ b/src/cryptenroll/cryptenroll.c @@ -165,7 +165,6 @@ static int parse_argv(int argc, char *argv[]) { return r; SET_FLAG(arg_fido2_lock_with, FIDO2ENROLL_PIN, lock_with_pin); - break; } @@ -177,7 +176,6 @@ static int parse_argv(int argc, char *argv[]) { return r; SET_FLAG(arg_fido2_lock_with, FIDO2ENROLL_UP, lock_with_up); - break; } @@ -189,7 +187,6 @@ static int parse_argv(int argc, char *argv[]) { return r; SET_FLAG(arg_fido2_lock_with, FIDO2ENROLL_UV, lock_with_uv); - break; }