removed a blank line

new_dwm
Anselm R. Garbe 18 years ago
parent 17ec726b49
commit edb2660a2e

@ -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]);

Loading…
Cancel
Save