Browse Source

removed a blank line

Anselm R. Garbe 19 năm trước cách đây
mục cha
commit
edb2660a2e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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]);