]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
hookmacros.h: Minor style fix.
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2013 23:27:45 +0000 (01:27 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2013 23:27:45 +0000 (01:27 +0200)
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); \
     }
 #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); \
         va_list ap; \
         _HOOK_PRE_FILE(type, func, file) \
         va_start(ap, arg3); \