[hackers] [st] minor code-style: whitespace fixes || Hiltjo Posthuma
commit 7648697f711d5ae336af142e9cd464d943341b24
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Fri Mar 16 16:45:58 2018 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Fri Mar 16 16:45:58 2018 +0100
minor code-style: whitespace fixes
diff --git a/st.c b/st.c
index 65a0cb6..581647b 100644
--- a/st.c
+++ b/st.c
_AT_@ -740,7 +740,6 @@ sigchld(int a)
exit(0);
}
-
void
stty(char **args)
{
_AT_@ -762,7 +761,7 @@ stty(char **args)
}
*q = '\0';
if (system(cmd) != 0)
- perror("Couldn't call stty");
+ perror("Couldn't call stty");
}
int
Received on Fri Mar 16 2018 - 16:50:37 CET
This archive was generated by hypermail 2.3.0
: Fri Mar 16 2018 - 17:00:39 CET