From 76f5d46d1ba7e2b7c8f5a1b7267a9e4b3dac8549 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 17 Apr 2015 14:58:12 -0700 Subject: clang-format --- src/core/channel/client_channel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/channel/client_channel.c') diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c index fb984f2878..4daec40b94 100644 --- a/src/core/channel/client_channel.c +++ b/src/core/channel/client_channel.c @@ -215,8 +215,7 @@ static void cancel_rpc(grpc_call_element *elem, grpc_call_op *op) { calld->state = CALL_CANCELLED; gpr_mu_unlock(&chand->mu); send_up_cancelled_ops(elem); - calld->s.waiting_op.done_cb(calld->s.waiting_op.user_data, - GRPC_OP_ERROR); + calld->s.waiting_op.done_cb(calld->s.waiting_op.user_data, GRPC_OP_ERROR); return; /* early out */ case CALL_CREATED: calld->state = CALL_CANCELLED; -- cgit v1.2.3