From 87f56f70d77945c284490ce779ddff0c64343e41 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 4 Feb 2015 15:12:50 +0000 Subject: Style fix --- include/strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index 5a3471d..0531083 100644 --- a/include/strings.h +++ b/include/strings.h @@ -6,7 +6,7 @@ #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 -#define __errordecl(name, msg) extern void name(void) __attribute__((__error__(msg))) +#define __errordecl(name, msg) extern void name(void) __attribute__ ((__error__(msg))) #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_POSIX_SOURCE) \ || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE+0 < 200809L) \ -- cgit v1.3