Skip to content
Snippets Groups Projects
Commit 84774b6c authored by Craig Tiller's avatar Craig Tiller
Browse files

clang-format

parent f880e62e
No related branches found
No related tags found
No related merge requests found
......@@ -176,10 +176,9 @@ static void subchannel_ready(grpc_exec_ctx *exec_ctx, void *arg, bool success) {
fail_locked(exec_ctx, holder);
} else {
if (!gpr_atm_rel_cas(
&holder->subchannel_call,
0,
(gpr_atm)(uintptr_t)grpc_connected_subchannel_create_call(
exec_ctx, holder->connected_subchannel, holder->pollset))) {
&holder->subchannel_call, 0,
(gpr_atm)(uintptr_t)grpc_connected_subchannel_create_call(
exec_ctx, holder->connected_subchannel, holder->pollset))) {
GPR_ASSERT(gpr_atm_acq_load(&holder->subchannel_call) == 1);
/* if this cas fails, the call was cancelled before the pick completed */
fail_locked(exec_ctx, holder);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment