# HG changeset patch # User Bruno Haible # Date 1097499748 0 # Node ID 53f1d188cbd13bbc2eece76efb0d598f0e9dc756 # Parent 004ad9bff16cf4a2f96b23000ee2df3ffd039b84 GNU coding style: put a space before opening parenthesis. diff --git a/lib/snprintf.h b/lib/snprintf.h --- a/lib/snprintf.h +++ b/lib/snprintf.h @@ -23,7 +23,7 @@ #include #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 */