summaryrefslogtreecommitdiff
path: root/lib/tempname.h
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-02-11 02:46:28 +0000
committerPádraig Brady <P@draigBrady.com>2015-02-11 02:48:57 +0000
commit63d2d195416051d2d4ceb0d5b16673dd3eb74ef9 (patch)
treea5001ffb24e40a641c54ac44b65654bf23975d63 /lib/tempname.h
parentc61e31c4e5fcf8e1115c7cf57014889151ec77ea (diff)
downloadgnulib-63d2d195416051d2d4ceb0d5b16673dd3eb74ef9.tar.gz
maint: various whitespace cleanups in tempname
Recent changes to the tempname module, introduced whitespace inconsistencies that are triggering issues in coreutils diffs generated against the new files. * lib/tempname.c: Normalize spacing and line length. * lib/tempname.h: Likewise. * modules/tempname: Likewise.
Diffstat (limited to 'lib/tempname.h')
-rw-r--r--lib/tempname.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tempname.h b/lib/tempname.h
index f7c98d052b..0df4381c6c 100644
--- a/lib/tempname.h
+++ b/lib/tempname.h
@@ -51,7 +51,7 @@ extern int gen_tempname (char *tmpl, int suffixlen, int flags, int kind);
name to try. If TRY returns a non-negative number, TRY_GEN_TEMPNAME
returns with this value. Otherwise, if errno is set to EEXIST, another
name is tried, or else TRY_GEN_TEMPNAME returns -1. */
-extern int try_tempname(char *tmpl, int suffixlen, void *args,
- int (*try) (char *, void *));
+extern int try_tempname (char *tmpl, int suffixlen, void *args,
+ int (*try) (char *, void *));
#endif /* GL_TEMPNAME_H */