1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-04-01 18:50:41 +03:00

cleanup: drop double ;

This commit is contained in:
Zdenek Kabelac 2016-02-23 12:12:29 +01:00
parent dbc71dc05e
commit 7d8a67714f

View File

@ -364,7 +364,7 @@ int backup_restore_vg(struct cmd_context *cmd, struct volume_group *vg,
struct dm_list new_pvs;
struct pv_list *pvl, *new_pvl;
struct physical_volume *existing_pv, *pv;
struct dm_list *pvs = &vg->pvs;;
struct dm_list *pvs = &vg->pvs;
struct format_instance *fid;
struct format_instance_ctx fic;
int should_write_pv;