diff options
author | David Garcia Quintas <dgq@google.com> | 2016-05-03 23:20:49 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-05-03 23:20:49 -0700 |
commit | aea5f12e65afdc19a4d2c9d93723c7cb225db1dd (patch) | |
tree | c25d83eb340e6180533a80cc244cf4cddb7c26b8 /test | |
parent | ac70c5a27d912e40706f091c7bb637572bdaf88b (diff) |
generate projects & clang-format
Diffstat (limited to 'test')
-rw-r--r-- | test/core/channel/channel_stack_test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/core/channel/channel_stack_test.c b/test/core/channel/channel_stack_test.c index 6b371e60a7..b1ce9d32dd 100644 --- a/test/core/channel/channel_stack_test.c +++ b/test/core/channel/channel_stack_test.c @@ -63,8 +63,7 @@ static void channel_destroy_func(grpc_exec_ctx *exec_ctx, grpc_channel_element *elem) {} static void call_destroy_func(grpc_exec_ctx *exec_ctx, grpc_call_element *elem, - const grpc_call_stats *stats, - void *ignored) { + const grpc_call_stats *stats, void *ignored) { ++*(int *)(elem->channel_data); } |