mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix a whitespace bug in the last checkin.
This commit is contained in:
parent
059e87ce7b
commit
996fe0a836
@ -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