removed a blank line
edb2660a
1 file(s) · +0 −1
| 81 | 81 | focus(Client *c) { |
|
| 82 | 82 | if(c && !isvisible(c)) |
|
| 83 | 83 | return; |
|
| 84 | - | ||
| 85 | 84 | if(sel && sel != c) { |
|
| 86 | 85 | grabbuttons(sel, False); |
|
| 87 | 86 | XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]); |