1
0
mirror of git://git.suckless.org/st synced 2025-12-17 12:43:08 +01:00

minor code-style: whitespace fixes

This commit is contained in:
Hiltjo Posthuma
2018-03-16 16:45:58 +01:00
parent 0b507bb731
commit 7648697f71

1
st.c
View File

@@ -740,7 +740,6 @@ sigchld(int a)
exit(0); exit(0);
} }
void void
stty(char **args) stty(char **args)
{ {