[hackers] [st] Style matters. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Sat, 01 Mar 2014 09:23:11 +0100

commit d2ec39f0ef4b9d7f291aeba548a56144fce8a42f
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Sat Mar 1 09:22:57 2014 +0100

    Style matters.

diff --git a/st.c b/st.c
index cad61bf..9371b62 100644
--- a/st.c
+++ b/st.c
_AT_@ -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);
 }
 
Received on Sat Mar 01 2014 - 09:23:11 CET

This archive was generated by hypermail 2.3.0 : Sat Mar 01 2014 - 09:24:16 CET