From 891ad0b30d06e9a028f9826c78d16dbd462c1f5a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 11 Oct 2004 13:02:28 +0000 Subject: [PATCH] GNU coding style: put a space before opening parenthesis. --- lib/snprintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2