summary refs log tree commit diff
path: root/client.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 /client.c
parent5e5221d82d1d0c8679329e5bfb5a913e1b543a29 (diff)
downloadcwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.tar.gz
cwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.tar.xz
cwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.zip
whitespace
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index e66ca28..9ec2935 100644
--- a/client.c
+++ b/client.c
@@ -637,7 +637,7 @@ void
 client_wm_hints(struct client_ctx *cc)
 {
 	XWMHints	*wmh;
- 
+
 	if ((wmh = XGetWMHints(X_Dpy, cc->win)) != NULL) {
 		if ((wmh->flags & InputHint) && (wmh->input))
 			cc->flags |= CLIENT_INPUT;