aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/transport.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-31 15:44:33 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-31 15:44:33 -0700
commite1b51dafb6fef3c6feea12ad19b4bd4049af2814 (patch)
treeaca5ae2341bd812a3979eefde673ffde735a2160 /src/core/lib/transport/transport.c
parenta0f3abd92502e1bed89b28e9fc03e70a12a7cfb5 (diff)
clang-format
Diffstat (limited to 'src/core/lib/transport/transport.c')
-rw-r--r--src/core/lib/transport/transport.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/transport/transport.c b/src/core/lib/transport/transport.c
index f1531966a5..82c4e004b7 100644
--- a/src/core/lib/transport/transport.c
+++ b/src/core/lib/transport/transport.c
@@ -213,9 +213,9 @@ grpc_endpoint *grpc_transport_get_endpoint(grpc_exec_ctx *exec_ctx,
return transport->vtable->get_endpoint(exec_ctx, transport);
}
-void grpc_transport_stream_op_batch_finish_with_failure(grpc_exec_ctx *exec_ctx,
- grpc_transport_stream_op_batch *op,
- grpc_error *error) {
+void grpc_transport_stream_op_batch_finish_with_failure(
+ grpc_exec_ctx *exec_ctx, grpc_transport_stream_op_batch *op,
+ grpc_error *error) {
if (op->recv_message) {
grpc_closure_sched(exec_ctx, op->payload->recv_message.recv_message_ready,
GRPC_ERROR_REF(error));