1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

systemd-cryptenroll: drop unnecessary {}

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2024-12-09 16:04:40 +01:00
parent 4b034cc128
commit be733b272b

View File

@ -314,7 +314,7 @@ static int parse_argv(int argc, char *argv[]) {
assert(argc >= 0);
assert(argv);
while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) {
while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
switch (c) {
@ -645,7 +645,6 @@ static int parse_argv(int argc, char *argv[]) {
default:
assert_not_reached();
}
}
if (argc > optind+1)
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),