Commit b739721

Anselm R. Garbe <arg@10kloc.org>
2006-08-23 07:04:43
removed a blank line
1 parent 7711ab6
Changed files (1)
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);
 }