From c18ebb039973edee1318df71bf40a6d90013b5b0 Mon Sep 17 00:00:00 2001 From: sin Date: Thu, 29 Jan 2015 11:10:04 +0000 Subject: Style fix --- include/stdio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index c358825..07efc67 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -6,7 +6,8 @@ #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 static inline __attribute__ ((always_inline)) -char *__fortify_fgets(char *s, int n, FILE *fp) +char * +__fortify_fgets(char *s, int n, FILE *fp) { size_t bos = __builtin_object_size(s, 0); -- cgit v1.3