summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2015-07-01 14:36:42 +0000
committerokan <okan>2015-07-01 14:36:42 +0000
commitcb900def7f4da5216d567a27a04429d3dac85ae8 (patch)
treed9618c290a87ca3ee7ee33412e8cfb3e57ca9dce /conf.c
parent8efaf33cfbced84ff073f5c4d3b2c8e9d7b3bff4 (diff)
downloadcwm-cb900def7f4da5216d567a27a04429d3dac85ae8.tar.gz
cwm-cb900def7f4da5216d567a27a04429d3dac85ae8.tar.xz
cwm-cb900def7f4da5216d567a27a04429d3dac85ae8.zip
style
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index 95054d2..d0956a1 100644
--- a/conf.c
+++ b/conf.c
@@ -346,8 +346,8 @@ conf_client(struct client_ctx *cc)
 		}
 	}
 
-	cc->bwidth = ignore ? 0 : Conf.bwidth;
-	cc->flags |= ignore ? CLIENT_IGNORE : 0;
+	cc->bwidth = (ignore) ? 0 : Conf.bwidth;
+	cc->flags |= (ignore) ? CLIENT_IGNORE : 0;
 }
 
 static const struct {