changeset 5339:53f1d188cbd1

GNU coding style: put a space before opening parenthesis.
author Bruno Haible <bruno@clisp.org>
date Mon, 11 Oct 2004 13:02:28 +0000
parents 004ad9bff16c
children 11ff7526b7b9
files lib/snprintf.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */