1
0
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:
Petr Rockai 2012-02-29 00:19:14 +00:00
parent 059e87ce7b
commit 996fe0a836

View File

@ -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;