aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tmpnam.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 14:17:54 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 14:17:54 +0000
commit41798314b69f4ea3af7173f0f3a02b8cb5d9b33d (patch)
treef7e53d4f7141aecd8c58ef1308416d2562cb62bf /man3/tmpnam.3
parent9ee19dd5562590464bb2322378018422ff070dcf (diff)
downloadman-pages-41798314b69f4ea3af7173f0f3a02b8cb5d9b33d.tar.gz
Code formatting fixes
Diffstat (limited to 'man3/tmpnam.3')
-rw-r--r--man3/tmpnam.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3
index 0238c929f2..597562501d 100644
--- a/man3/tmpnam.3
+++ b/man3/tmpnam.3
@@ -105,7 +105,9 @@ defined by
.sp
.nf
.in +5
-char *tmpnam_r(char *s) {
+char *
+tmpnam_r(char *s)
+{
return s ? tmpnam(s) : NULL;
}
.in