aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/api_trace.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-10-05 08:55:50 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-10-05 08:55:50 -0700
commit4de3e4f41ee7ca14741dc0c857e27b993868324e (patch)
treeda239eb2047080c8bd3c732bb56c735052e9387c /src/core/surface/api_trace.h
parenta9154a36fbc019b87f4d62ce16b346f3d44ec2de (diff)
Restore sanity
Diffstat (limited to 'src/core/surface/api_trace.h')
-rw-r--r--src/core/surface/api_trace.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/surface/api_trace.h b/src/core/surface/api_trace.h
index 7769b191ef..82bbf3b62b 100644
--- a/src/core/surface/api_trace.h
+++ b/src/core/surface/api_trace.h
@@ -51,15 +51,15 @@ extern int grpc_api_trace;
#define GRPC_API_TRACE_UNWRAP7(a, b, c, d, e, f, g) , a, b, c, d, e, f, g
#define GRPC_API_TRACE_UNWRAP8(a, b, c, d, e, f, g, h) , a, b, c, d, e, f, g, h
#define GRPC_API_TRACE_UNWRAP9(a, b, c, d, e, f, g, h, i) \
- , a, b, c, d, e, f, g, h, i
+ , a, b, c, d, e, f, g, h, i
#define GRPC_API_TRACE_UNWRAP10(a, b, c, d, e, f, g, h, i, j) \
- , a, b, c, d, e, f, g, h, i, j
+ , a, b, c, d, e, f, g, h, i, j
/* Due to the limitations of C89's preprocessor, the arity of the var-arg list
'nargs' must be specified. */
-#define GRPC_API_TRACE(fmt, nargs, args) \
- if (grpc_api_trace) { \
- gpr_log(GPR_INFO, fmt GRPC_API_TRACE_UNWRAP##nargs args ); \
- }
+#define GRPC_API_TRACE(fmt, nargs, args) \
+ if (grpc_api_trace) { \
+ gpr_log(GPR_INFO, fmt GRPC_API_TRACE_UNWRAP##nargs args); \
+ }
#endif /* GRPC_INTERNAL_CORE_SURFACE_API_TRACE_H */