aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-24 13:23:14 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-24 13:23:14 -0700
commit77c983dc87dcf19b3e869247f90063ef4c10af3e (patch)
tree50e1f02cd41f5a4dba56172dc361cfc4f94994e4 /src/core/lib/security/transport
parent332f1b35d534f6910093729e9ecc2cacf8bb9688 (diff)
clang-format
Diffstat (limited to 'src/core/lib/security/transport')
-rw-r--r--src/core/lib/security/transport/server_auth_filter.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/lib/security/transport/server_auth_filter.c b/src/core/lib/security/transport/server_auth_filter.c
index acbce769fb..34120aba42 100644
--- a/src/core/lib/security/transport/server_auth_filter.c
+++ b/src/core/lib/security/transport/server_auth_filter.c
@@ -147,9 +147,9 @@ static void on_md_processing_done(
grpc_transport_stream_op_add_close(&close_op, status, &message);
grpc_call_next_op(&exec_ctx, elem, &close_op);
grpc_exec_ctx_sched(&exec_ctx, calld->on_done_recv,
- grpc_error_set_int(GRPC_ERROR_CREATE(error_details),
- GRPC_ERROR_INT_GRPC_STATUS, status),
- NULL);
+ grpc_error_set_int(GRPC_ERROR_CREATE(error_details),
+ GRPC_ERROR_INT_GRPC_STATUS, status),
+ NULL);
}
grpc_exec_ctx_finish(&exec_ctx);
@@ -170,7 +170,7 @@ static void auth_on_recv(grpc_exec_ctx *exec_ctx, void *user_data,
}
}
grpc_exec_ctx_sched(exec_ctx, calld->on_done_recv, GRPC_ERROR_REF(error),
- NULL);
+ NULL);
}
static void set_recv_ops_md_callbacks(grpc_call_element *elem,