tminor code-style: whitespace fixes - st - [fork] customized build of st, the simple terminal
 (HTM) git clone git://src.adamsgaard.dk/st
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7648697f711d5ae336af142e9cd464d943341b24
 (DIR) parent 0b507bb73138c636fd0ad6f2321624aae1346d58
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 16 Mar 2018 16:45:58 +0100
       
       minor code-style: whitespace fixes
       
       Diffstat:
         M st.c                                |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/st.c b/st.c
       t@@ -740,7 +740,6 @@ sigchld(int a)
                exit(0);
        }
        
       -
        void
        stty(char **args)
        {
       t@@ -762,7 +761,7 @@ stty(char **args)
                }
                *q = '\0';
                if (system(cmd) != 0)
       -            perror("Couldn't call stty");
       +                perror("Couldn't call stty");
        }
        
        int