mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
repart: drop redundant ()
This commit is contained in:
@@ -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.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user