Place tlinelen type on separate line.
authornoname@inventati.org <noname@inventati.org>
Sat, 18 Apr 2015 16:45:21 +0000 (18:45 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 20 Apr 2015 06:30:49 +0000 (08:30 +0200)
st.c

diff --git a/st.c b/st.c
index d22c605..bf5b675 100644 (file)
--- 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)