mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
spacing
This commit is contained in:
parent
c63b155d16
commit
1c1487659e
@ -99,7 +99,7 @@ int32_t first_grouped_arg_int_value(struct cmd_context *cmd, int a, const int32_
|
||||
struct arg_value_group_list *current_group;
|
||||
struct arg_values *av;
|
||||
|
||||
dm_list_iterate_items(current_group, &cmd->arg_value_groups) {
|
||||
dm_list_iterate_items(current_group, &cmd->arg_value_groups) {
|
||||
av = current_group->arg_values;
|
||||
if (grouped_arg_count(av, a))
|
||||
return grouped_arg_int_value(av, a, def);
|
||||
|
Loading…
Reference in New Issue
Block a user