[lvm-devel] master - lvconvert.c: fix whitespace mess

okozina okozina at fedoraproject.org
Tue May 26 14:29:43 UTC 2015


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=a72a80589689961285ec6aacff99087ddd8c378d
Commit:        a72a80589689961285ec6aacff99087ddd8c378d
Parent:        eeb498627c46626c782cb6a2f0e54eb011da8b8e
Author:        Ondrej Kozina <okozina at redhat.com>
AuthorDate:    Mon May 25 13:16:57 2015 +0200
Committer:     Ondrej Kozina <okozina at redhat.com>
CommitterDate: Tue May 26 16:26:57 2015 +0200

lvconvert.c: fix whitespace mess

---
 tools/lvconvert.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 4c0cb10..fe8b761 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;
 		}




More information about the lvm-devel mailing list