1
0
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:
Ondrej Kozina 2015-05-25 13:16:57 +02:00
parent eeb498627c
commit a72a805896

View File

@ -840,7 +840,7 @@ static int _failed_mirrors_count(struct logical_volume *lv)
else if (seg_lv(lvseg, s)->status & PARTIAL_LV)
++ ret;
}
else if (seg_type(lvseg, s) == AREA_PV &&
else if (seg_type(lvseg, s) == AREA_PV &&
is_missing_pv(seg_pv(lvseg, s)))
++ret;
}