aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-03-16 16:45:58 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-03-16 16:45:58 +0100
commit7648697f711d5ae336af142e9cd464d943341b24 (patch)
tree4dc09861bd32fb8ce4c7764ede0c57f3aac48d8d /st.c
parent0b507bb73138c636fd0ad6f2321624aae1346d58 (diff)
downloadst-7648697f711d5ae336af142e9cd464d943341b24.tar.gz
minor code-style: whitespace fixes
Diffstat (limited to 'st.c')
-rw-r--r--st.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/st.c b/st.c
index 65a0cb6..581647b 100644
--- 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
remember that computers suck.