1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: indent

This commit is contained in:
Zdenek Kabelac 2021-04-23 19:45:34 +02:00
parent fccd6e0346
commit 05eb90db68
2 changed files with 3 additions and 3 deletions

View File

@ -1097,7 +1097,7 @@ int label_scan(struct cmd_context *cmd)
* so this will usually do nothing.
*/
label_scan_invalidate(dev);
};
}
dev_iter_destroy(iter);
/*

View File

@ -311,7 +311,7 @@ static int _move_raids(struct volume_group *vg_from,
/* Ignore, if no allocations on PVs of @vg_to */
if (!lv_is_on_pvs(lv, &vg_to->pvs))
continue;
/* If allocations are on PVs of @vg_to -> move RAID LV stack across */
if (!_move_one_lv(vg_from, vg_to, lvh, &lvht))
return_0;
@ -460,7 +460,7 @@ static int _move_cache(struct volume_group *vg_from,
!lv_is_on_pvs(meta, &vg_to->pvs))
continue;
}
if (fast && orig &&
!lv_is_on_pvs(orig, &vg_to->pvs) && !lv_is_on_pvs(fast, &vg_to->pvs))
continue;