summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2022-02-26 15:19:18 +0000
committerokan <okan>2022-02-26 15:19:18 +0000
commit496bcc879de1186e62bac6fbeff531dbdc9e871c (patch)
tree1657be73ae5f201eb8b9f9a441e4def22a0111d1 /conf.c
parent5e5221d82d1d0c8679329e5bfb5a913e1b543a29 (diff)
downloadcwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.tar.gz
cwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.tar.xz
cwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.zip
whitespace
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index ce8e954..7610400 100644
--- a/conf.c
+++ b/conf.c
@@ -648,7 +648,7 @@ conf_unbind_mouse(struct conf *c, struct bind_ctx *unbind)
 	struct bind_ctx		*mb = NULL, *mbnxt;
 
 	TAILQ_FOREACH_SAFE(mb, &c->mousebindq, entry, mbnxt) {
-		if ((unbind == NULL) || 
+		if ((unbind == NULL) ||
 		    ((mb->modmask == unbind->modmask) &&
 		     (mb->press.button == unbind->press.button))) {
 			TAILQ_REMOVE(&c->mousebindq, mb, entry);