]> sourceware.org Git - lvm2.git/commitdiff
spacing
authorAlasdair Kergon <agk@redhat.com>
Wed, 11 Apr 2012 12:49:10 +0000 (12:49 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 11 Apr 2012 12:49:10 +0000 (12:49 +0000)
tools/lvmcmdline.c

index f381381116c659b31cc24d0c645c2de499e34890..2c3bb39653b1b10eaf5cdb446b263c5248454bf2 100644 (file)
@@ -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);
This page took 0.041788 seconds and 5 git commands to generate.