From e047f043948758be0405ccc67c4a066e237dcbb1 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 8 May 2015 22:58:00 +0200 Subject: [PATCH] cleanup: remove extraneous parentheses --- tools/toollib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/toollib.c b/tools/toollib.c index ae48e7bc8..ca198dceb 100644 --- a/tools/toollib.c +++ b/tools/toollib.c @@ -214,7 +214,7 @@ static int _ignore_vg(struct volume_group *vg, const char *vg_name, } } - if ((read_error == FAILED_CLUSTERED)) { + if (read_error == FAILED_CLUSTERED) { *skip = 1; stack; /* Error already logged */ return 1;