From: Christoph Lohmann <20h@r-36.net>
Date: Sat, 1 Mar 2014 08:22:57 +0000 (+0100)
Subject: Style matters.
X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=d2ec39f0ef4b9d7f291aeba548a56144fce8a42f;p=st.git

Style matters.
---

diff --git a/st.c b/st.c
index cad61bf..9371b62 100644
--- a/st.c
+++ b/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);
 }