aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-12-11 15:48:34 +0000
committerMarcus Brinkmann <[email protected]>2004-12-11 15:48:34 +0000
commitc00c3c75ffd1ecc36962fac82ceaca8d7007d795 (patch)
tree7d208d3074fbad3c71880d7281dcea40f3c51e90
parent2004-12-11 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-c00c3c75ffd1ecc36962fac82ceaca8d7007d795.tar.gz
gpgme-c00c3c75ffd1ecc36962fac82ceaca8d7007d795.zip
Small beautification.
Diffstat (limited to '')
-rw-r--r--gpgme/ttyname_r.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpgme/ttyname_r.c b/gpgme/ttyname_r.c
index 2a293061..fb70ba5a 100644
--- a/gpgme/ttyname_r.c
+++ b/gpgme/ttyname_r.c
@@ -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;