mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Fix a whitespace bug in the last checkin.
This commit is contained in:
parent
ce80d6e401
commit
942144f4a3
@ -2796,7 +2796,7 @@ static struct volume_group *_vg_read_orphans(struct cmd_context *cmd,
|
||||
return_NULL;
|
||||
|
||||
vg = fmt->orphan_vg;
|
||||
dm_list_init(&vg->pvs);
|
||||
dm_list_init(&vg->pvs);
|
||||
vg->pv_count = 0;
|
||||
|
||||
baton.warnings = warnings;
|
||||
|
Loading…
Reference in New Issue
Block a user