removed a blank line edb2660a
Anselm R. Garbe · 2007-01-23 12:04 1 file(s) · +0 −1
client.c +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]);