From: Bruno Haible Date: Mon, 11 Oct 2004 13:02:28 +0000 (+0000) Subject: GNU coding style: put a space before opening parenthesis. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891ad0b30d06e9a028f9826c78d16dbd462c1f5a;p=pspp GNU coding style: put a space before opening parenthesis. --- diff --git a/lib/snprintf.h b/lib/snprintf.h index 18628f66d8..a72f74d639 100644 --- 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 */