aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/client_channel.c
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-01-26 00:19:48 -0800
committerGravatar Yang Gao <yangg@google.com>2015-01-26 00:19:48 -0800
commit5fd0d29dfe92ccdb2b745dcef5293461ee09df91 (patch)
treed6641077f4b46c693e1309d4179ecbf94f3a9f06 /src/core/channel/client_channel.c
parentc38dda4b90cfe4100e46c7c6bb36b685cd6c4cb2 (diff)
run clang-format
Diffstat (limited to 'src/core/channel/client_channel.c')
-rw-r--r--src/core/channel/client_channel.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c
index f9b42db419..bcb024f2ac 100644
--- a/src/core/channel/client_channel.c
+++ b/src/core/channel/client_channel.c
@@ -450,14 +450,9 @@ static void destroy_channel_elem(grpc_channel_element *elem) {
}
const grpc_channel_filter grpc_client_channel_filter = {
- call_op, channel_op,
-
- sizeof(call_data), init_call_elem, destroy_call_elem,
-
- sizeof(channel_data), init_channel_elem, destroy_channel_elem,
-
- "client-channel",
-};
+ call_op, channel_op, sizeof(call_data),
+ init_call_elem, destroy_call_elem, sizeof(channel_data),
+ init_channel_elem, destroy_channel_elem, "client-channel", };
grpc_transport_setup_result grpc_client_channel_transport_setup_complete(
grpc_channel_stack *channel_stack, grpc_transport *transport,