]> git.armaanb.net Git - st.git/commitdiff
minor code-style: whitespace fixes
authorHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 16 Mar 2018 15:45:58 +0000 (16:45 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Fri, 16 Mar 2018 15:45:58 +0000 (16:45 +0100)
st.c

diff --git a/st.c b/st.c
index 65a0cb61197400aa7dbb79a4ff42a261bad1423f..581647bfdc2b89cead551589e70e4abfe22bffa5 100644 (file)
--- a/st.c
+++ b/st.c
@@ -740,7 +740,6 @@ sigchld(int a)
        exit(0);
 }
 
-
 void
 stty(char **args)
 {
@@ -762,7 +761,7 @@ stty(char **args)
        }
        *q = '\0';
        if (system(cmd) != 0)
-           perror("Couldn't call stty");
+               perror("Couldn't call stty");
 }
 
 int