Browse Source

removed a blank line

master
Anselm R. Garbe 18 years ago
parent
commit
edb2660a2e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      client.c

+ 0
- 1
client.c View File

@ -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