Parcourir la source

Style matters.

Christoph Lohmann il y a 11 ans
Parent
commit
d2ec39f0ef
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      st.c

+ 2 - 1
st.c

@@ -2801,7 +2801,8 @@ xhints(void) {
 		sizeh->min_height = sizeh->max_height = xw.fh;
 	}
 
-	XSetWMProperties(xw.dpy, xw.win, NULL, NULL, NULL, 0, sizeh, &wm, &class);
+	XSetWMProperties(xw.dpy, xw.win, NULL, NULL, NULL, 0, sizeh, &wm,
+			&class);
 	XFree(sizeh);
 }