[hackers] [st] Place tlinelen type on separate line. || noname_AT_inventati.org

From: <git_AT_suckless.org>
Date: Mon, 20 Apr 2015 09:36:05 +0200 (CEST)

commit 6ee56d65906362f3f6ade570da0ce9c28788eaf5
Author: noname_AT_inventati.org <noname_AT_inventati.org>
Date: Sat Apr 18 18:45:21 2015 +0200

    Place tlinelen type on separate line.

diff --git a/st.c b/st.c
index d22c605..bf5b675 100644
--- a/st.c
+++ b/st.c
_AT_@ -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)
Received on Mon Apr 20 2015 - 09:36:05 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 20 2015 - 09:36:42 CEST