GNU coding style: put a space before opening parenthesis.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Oct 2004 13:02:28 +0000 (13:02 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 11 Oct 2004 13:02:28 +0000 (13:02 +0000)
lib/snprintf.h

index 18628f66d8b3c2d92764b1ce901756e566a41f08..a72f74d639c1abfa0be8aa4224c82f2f64b42312 100644 (file)
@@ -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 */