mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Just reindent with tabs
This commit is contained in:
parent
56ca71bd8e
commit
efe228a42e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user