From a72a80589689961285ec6aacff99087ddd8c378d Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Mon, 25 May 2015 13:16:57 +0200 Subject: [PATCH] lvconvert.c: fix whitespace mess --- tools/lvconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lvconvert.c b/tools/lvconvert.c index 4c0cb1096..fe8b76144 100644 --- a/tools/lvconvert.c +++ b/tools/lvconvert.c @@ -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; }