JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed a blank line
[dwm.git] / 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]);