aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma2018-03-16 16:45:58 +0100
committerHiltjo Posthuma2018-03-16 16:45:58 +0100
commitd0c33562c87fc2afa8fc2c2652cf42cef9b4fca5 (patch)
tree47bac4d9acc4d4f2eab632ce2f5fe0aefb973ff1
parent5cbb6e3ac72a1f7c690e0ea29b7bc660ba1211ca (diff)
downloadaur-d0c33562c87fc2afa8fc2c2652cf42cef9b4fca5.tar.gz
minor code-style: whitespace fixes
-rw-r--r--st.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/st.c b/st.c
index 65a0cb611974..581647bfdc2b 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