]> git.armaanb.net Git - st.git/commitdiff
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 d22c605e66fe7805464f12e04853af05423c6783..bf5b675487b2be4c0b11807df804417ab2e7947f 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)