[hackers] [dwm] spotted missing spaces || a

From: <hg_AT_suckless.org>
Date: Sat, 20 Dec 2008 12:14:03 +0000 (UTC)

changeset: 1380:add6eb26ebaa
tag: tip
user: a_AT_null
date: Sat Dec 20 12:02:14 2008 +0000
files: dwm.c
description:
spotted missing spaces

diff -r ef09cf3eee26 -r add6eb26ebaa dwm.c
--- a/dwm.c Sat Dec 20 00:02:56 2008 +0000
+++ b/dwm.c Sat Dec 20 12:02:14 2008 +0000
@@ -1147,8 +1147,8 @@
                         handler[ev.type](&ev);
                         break;
                 case MotionNotify:
- nw = MAX(ev.xmotion.x - ocx - 2*c->bw + 1, 1);
- nh = MAX(ev.xmotion.y - ocy - 2*c->bw + 1, 1);
+ nw = MAX(ev.xmotion.x - ocx - 2 * c->bw + 1, 1);
+ nh = MAX(ev.xmotion.y - ocy - 2 * c->bw + 1, 1);
 
                         if(snap && nw >= wx && nw <= wx + ww
                                 && nh >= wy && nh <= wy + wh) {
Received on Sat Dec 20 2008 - 12:14:03 UTC

This archive was generated by hypermail 2.2.0 : Sat Dec 20 2008 - 12:24:04 UTC