From: Simon Ruderich Date: Wed, 12 Jun 2013 23:27:45 +0000 (+0200) Subject: hookmacros.h: Minor style fix. X-Git-Tag: 0.1~67 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=52b4e9114625a579d01686ec381439db7b25c635 hookmacros.h: Minor style fix. --- diff --git a/src/hookmacros.h b/src/hookmacros.h index 6b52293..b5e2cb0 100644 --- a/src/hookmacros.h +++ b/src/hookmacros.h @@ -176,8 +176,7 @@ } #define HOOK_VAR_FILE3(type, name, file, func, type1, arg1, type2, arg2, type3, arg3) \ static type (*real_ ## func)(type1, type2, type3, va_list); \ - type name(type1 arg1, type2 arg2, type3 arg3, ...) \ - { \ + type name(type1 arg1, type2 arg2, type3 arg3, ...) { \ va_list ap; \ _HOOK_PRE_FILE(type, func, file) \ va_start(ap, arg3); \