minor code-style: whitespace fixes
This commit is contained in:
parent
0b507bb731
commit
7648697f71
1 changed files with 1 additions and 2 deletions
3
st.c
3
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
|
||||
|
|
Loading…
Reference in a new issue