Small beautification.
This commit is contained in:
parent
04be3c316c
commit
c00c3c75ff
@ -29,7 +29,8 @@
|
||||
|
||||
#warning ttyname is not thread-safe, and ttyname_r is missing
|
||||
|
||||
int ttyname_r(int fd, char *buf, size_t buflen)
|
||||
int
|
||||
ttyname_r (int fd, char *buf, size_t buflen)
|
||||
{
|
||||
char *tty;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user