Small beautification.

This commit is contained in:
Marcus Brinkmann 2004-12-11 15:48:34 +00:00
parent 04be3c316c
commit c00c3c75ff

View File

@ -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;