1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-10 05:18:36 +03:00

Just reindent with tabs

This commit is contained in:
Zdenek Kabelac 2012-02-27 09:51:31 +00:00
parent 460605cf71
commit 42c3f42474

View File

@ -1896,12 +1896,12 @@ struct lv_segment *first_seg(const struct logical_volume *lv)
struct lv_segment *last_seg(const struct logical_volume *lv)
{
struct lv_segment *seg;
struct lv_segment *seg;
dm_list_iterate_back_items(seg, &lv->segments)
return seg;
dm_list_iterate_back_items(seg, &lv->segments)
return seg;
return NULL;
return NULL;
}
int vg_remove_mdas(struct volume_group *vg)