diff options
Diffstat (limited to 'config/test_quiet_include.h')
-rw-r--r-- | config/test_quiet_include.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/test_quiet_include.h b/config/test_quiet_include.h index eb0515ede78..f4fa4d30dd7 100644 --- a/config/test_quiet_include.h +++ b/config/test_quiet_include.h @@ -2,4 +2,8 @@ * For the raison d'etre of this file, check the comment above the definition * of the PGAC_C_INLINE macro in config/c-compiler.m4. */ -static inline int fun () { return 0; } +static inline int +fun() +{ + return 0; +} |