From: noname@inventati.org <noname@inventati.org>
Date: Sat, 18 Apr 2015 16:45:21 +0000 (+0200)
Subject: Place tlinelen type on separate line.
X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=6ee56d65906362f3f6ade570da0ce9c28788eaf5;p=st.git

Place tlinelen type on separate line.
---

diff --git a/st.c b/st.c
index d22c605..bf5b675 100644
--- a/st.c
+++ b/st.c
@@ -673,7 +673,8 @@ y2row(int y) {
 	return LIMIT(y, 0, term.row-1);
 }
 
-int tlinelen(int y) {
+int
+tlinelen(int y) {
 	int i = term.col;
 
 	if(term.line[y][i - 1].mode & ATTR_WRAP)