diff options
author | Craig Tiller <ctiller@google.com> | 2016-05-24 13:23:14 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-05-24 13:23:14 -0700 |
commit | 77c983dc87dcf19b3e869247f90063ef4c10af3e (patch) | |
tree | 50e1f02cd41f5a4dba56172dc361cfc4f94994e4 /src/core/lib/surface | |
parent | 332f1b35d534f6910093729e9ecc2cacf8bb9688 (diff) |
clang-format
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r-- | src/core/lib/surface/lame_client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/surface/lame_client.c b/src/core/lib/surface/lame_client.c index 8a0dcdcc07..6c94de555a 100644 --- a/src/core/lib/surface/lame_client.c +++ b/src/core/lib/surface/lame_client.c @@ -95,14 +95,14 @@ static void lame_start_transport_op(grpc_exec_ctx *exec_ctx, GPR_ASSERT(*op->connectivity_state != GRPC_CHANNEL_FATAL_FAILURE); *op->connectivity_state = GRPC_CHANNEL_FATAL_FAILURE; grpc_exec_ctx_sched(exec_ctx, op->on_connectivity_state_change, - GRPC_ERROR_NONE, NULL); + GRPC_ERROR_NONE, NULL); } if (op->on_consumed != NULL) { grpc_exec_ctx_sched(exec_ctx, op->on_consumed, GRPC_ERROR_NONE, NULL); } if (op->send_ping != NULL) { grpc_exec_ctx_sched(exec_ctx, op->send_ping, - GRPC_ERROR_CREATE("lame client channel"), NULL); + GRPC_ERROR_CREATE("lame client channel"), NULL); } GRPC_ERROR_UNREF(op->disconnect_with_error); } |