projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b5a5b
)
GNU coding style: put a space before opening parenthesis.
author
Bruno Haible
<bruno@clisp.org>
Mon, 11 Oct 2004 13:02:28 +0000
(13:02 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 11 Oct 2004 13:02:28 +0000
(13:02 +0000)
lib/snprintf.h
patch
|
blob
|
history
diff --git
a/lib/snprintf.h
b/lib/snprintf.h
index 18628f66d8b3c2d92764b1ce901756e566a41f08..a72f74d639c1abfa0be8aa4224c82f2f64b42312 100644
(file)
--- a/
lib/snprintf.h
+++ b/
lib/snprintf.h
@@
-23,7
+23,7
@@
#include <stdio.h>
#if defined HAVE_DECL_SNPRINTF && !HAVE_DECL_SNPRINTF
-int snprintf(char *str, size_t size, const char *format, ...);
+int snprintf
(char *str, size_t size, const char *format, ...);
#endif
#endif /* SNPRINTF_H */