mirror of
https://github.com/systemd/systemd.git
synced 2025-03-13 00:58:27 +03:00
repart: drop redundant ()
This commit is contained in:
parent
ba6bd342fa
commit
248f0186c1
@ -6815,7 +6815,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
if (!arg_dry_run)
|
||||
arg_pager_flags |= PAGER_DISABLE;
|
||||
|
||||
if (arg_empty == EMPTY_CREATE && (arg_size == UINT64_MAX && !arg_size_auto))
|
||||
if (arg_empty == EMPTY_CREATE && arg_size == UINT64_MAX && !arg_size_auto)
|
||||
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
|
||||
"If --empty=create is specified, --size= must be specified, too.");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user