summary refs log tree commit diff
path: root/xevents.c
diff options
context:
space:
mode:
authorokan <okan>2013-07-08 15:46:16 +0000
committerokan <okan>2013-07-08 15:46:16 +0000
commit7a7e5cd59254ab17f1f37affa868858160eca07a (patch)
tree561f01afc7597a290fe1735b0b53c9b9c459beeb /xevents.c
parentfbcdce6be90df22da222192f4c54b170e945f36f (diff)
downloadcwm-7a7e5cd59254ab17f1f37affa868858160eca07a.tar.gz
cwm-7a7e5cd59254ab17f1f37affa868858160eca07a.tar.xz
cwm-7a7e5cd59254ab17f1f37affa868858160eca07a.zip
whitespace and style fixes; from Tiago Cunha and one from me.
Diffstat (limited to 'xevents.c')
-rw-r--r--xevents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xevents.c b/xevents.c
index 812e959..ddbd8b6 100644
--- a/xevents.c
+++ b/xevents.c
@@ -357,7 +357,7 @@ xev_handle_clientmessage(XEvent *ee)
 		client_send_delete(cc);
 
 	if (e->message_type == ewmh[_NET_ACTIVE_WINDOW].atom &&
-	    e->format == 32) {                                                
+	    e->format == 32) {
 		old_cc = client_current();
 		if (old_cc)
 			client_ptrsave(old_cc);