aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/client_channel.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-17 14:58:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-17 14:58:12 -0700
commit76f5d46d1ba7e2b7c8f5a1b7267a9e4b3dac8549 (patch)
tree5205beb04284e3f382aa2c761b0535c754515eee /src/core/channel/client_channel.c
parent8b282cbd0b1df8ae07b563b1a11eecb8e3bbe0a6 (diff)
clang-format
Diffstat (limited to 'src/core/channel/client_channel.c')
-rw-r--r--src/core/channel/client_channel.c3
1 files changed, 1 insertions, 2 deletions
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;