]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blobdiff - src/hookmacros.h
hookmacros.h: Minor style fix.
[coloredstderr/coloredstderr.git] / src / hookmacros.h
index 6b52293495eb166120294356637f674d7afda9cc..b5e2cb0b1fdb93d7ab95cb58012b6d5177ec3a00 100644 (file)
     }
 #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); \