about summary refs log tree commit diff stats
path: root/dwm.c
diff options
context:
space:
mode:
authora@null <unknown>2008-12-20 12:02:14 +0000
committera@null <unknown>2008-12-20 12:02:14 +0000
commitaf8049bce8e20818f50e6197d0212be24dce358e (patch)
tree95962c88423269ddbaf17cc3fd8bb885c29f42ab /dwm.c
parent2bb51b3246d6732dc0ac568451ca875b7227b588 (diff)
downloaddwm-af8049bce8e20818f50e6197d0212be24dce358e.tar.gz
spotted missing spaces
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 77a91ac..c9a6b0a 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1147,8 +1147,8 @@ resizemouse(const Arg *arg) {
 			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) {
DeVault <sir@cmpwn.com> 2019-03-17 17:47:35 -0400 committer Drew DeVault <sir@cmpwn.com> 2019-03-17 17:47:35 -0400 Add link to todo tracker' href='/akspecs/aerc/commit/README.md?h=0.2.1&id=b18e339a55dc2b6d459c93735320cdfc23115f56'>b18e339 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39