Small beautification.
authorMarcus Brinkmann <mb@g10code.com>
Sat, 11 Dec 2004 15:48:34 +0000 (15:48 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Sat, 11 Dec 2004 15:48:34 +0000 (15:48 +0000)
gpgme/ttyname_r.c

index 2a293061ca33db75e047c23ded8aa10b95b4fcda..fb70ba5a010306867b1889a21d4087af9cb0c07f 100644 (file)
@@ -29,7 +29,8 @@
 \f
 #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;