mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lvconvert.c: fix whitespace mess
This commit is contained in:
parent
eeb498627c
commit
a72a805896
@ -840,7 +840,7 @@ static int _failed_mirrors_count(struct logical_volume *lv)
|
|||||||
else if (seg_lv(lvseg, s)->status & PARTIAL_LV)
|
else if (seg_lv(lvseg, s)->status & PARTIAL_LV)
|
||||||
++ ret;
|
++ ret;
|
||||||
}
|
}
|
||||||
else if (seg_type(lvseg, s) == AREA_PV &&
|
else if (seg_type(lvseg, s) == AREA_PV &&
|
||||||
is_missing_pv(seg_pv(lvseg, s)))
|
is_missing_pv(seg_pv(lvseg, s)))
|
||||||
++ret;
|
++ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user