about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-23 13:04:43 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-23 13:04:43 +0200
commitb739721d9ec56379a55228e8e01b618d5932f6ca (patch)
treed519523e623e7a1e2007ac4bc123f940ad5a03e5 /main.c
parent7711ab6707b112e228e142cbd5350d701217555f (diff)
downloaddwm-b739721d9ec56379a55228e8e01b618d5932f6ca.tar.gz
removed a blank line
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 6544e9c..561aa37 100644
--- a/main.c
+++ b/main.c
@@ -147,7 +147,6 @@ setup()
 	dc.gc = XCreateGC(dpy, root, 0, 0);
 
 	issel = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
-
 	strcpy(stext, "dwm-"VERSION);
 }