Explorar el Código

removed a blank line

Anselm R. Garbe hace 19 años
padre
commit
edb2660a2e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      client.c

+ 0 - 1
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]);