diff options
author | David Garcia Quintas <dgq@google.com> | 2016-05-02 10:29:51 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-05-02 10:29:51 -0700 |
commit | e293b645d425c56fd9f7d59157c827c923dce17b (patch) | |
tree | ae5f8b65c85325bd406eed498ff212325b2cc215 /src/core/lib/surface | |
parent | 4bb11ac72ade5c76c4b24c9a8a8636e9a52be003 (diff) |
clang-format
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r-- | src/core/lib/surface/server.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/lib/surface/server.c b/src/core/lib/surface/server.c index cf20594b24..3c8fa3aadc 100644 --- a/src/core/lib/surface/server.c +++ b/src/core/lib/surface/server.c @@ -821,8 +821,7 @@ static void init_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem, } static void destroy_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem, - const grpc_call_stats *stats, - void *ignored) { + const grpc_call_stats *stats, void *ignored) { channel_data *chand = elem->channel_data; call_data *calld = elem->call_data; |