dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit edb2660a2e61e300fb47a9a15fb264fca5c9895e
parent 17ec726b494c2ee6e6b5dbe00bb83b2d931b3fc0
Author: Anselm R. Garbe <arg@suckless.org>
Date:   Tue, 23 Jan 2007 12:04:22 +0100

removed a blank line
Diffstat:
Mclient.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/client.c b/client.c
@@ -81,7 +81,6 @@ void
 focus(Client *c) {
     if(c && !isvisible(c))
         return;
-
     if(sel && sel != c) {
         grabbuttons(sel, False);
         XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);