aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-06-08 14:10:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-06-08 14:10:49 -0700
commitae6083674ad9fef86223968c5ffe12bc5a133d83 (patch)
tree9e3dae22a9ba122f99bf8210a8706e30aba9ac4c /src/core/ext
parent8239b804598c114be892e0c4ee96041d9781521f (diff)
clang-format
Diffstat (limited to 'src/core/ext')
-rw-r--r--src/core/ext/filters/client_channel/client_channel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ext/filters/client_channel/client_channel.c b/src/core/ext/filters/client_channel/client_channel.c
index 0ce26aff37..3ec539884b 100644
--- a/src/core/ext/filters/client_channel/client_channel.c
+++ b/src/core/ext/filters/client_channel/client_channel.c
@@ -1222,8 +1222,7 @@ static void start_transport_stream_op_batch_locked_inner(
set_call_or_error(calld,
(call_or_error){.error = GRPC_ERROR_REF(error)});
fail_locked(exec_ctx, calld, GRPC_ERROR_REF(error));
- grpc_transport_stream_op_batch_finish_with_failure(
- exec_ctx, op, error);
+ grpc_transport_stream_op_batch_finish_with_failure(exec_ctx, op, error);
return; // Early out.
}
} else {