JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed a blank line
authorAnselm R. Garbe <arg@suckless.org>
Tue, 23 Jan 2007 11:04:22 +0000 (12:04 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Tue, 23 Jan 2007 11:04:22 +0000 (12:04 +0100)
client.c

index 5c69718..0a59c22 100644 (file)
--- 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]);