clang-format

pull/11591/head
David Garcia Quintas 8 years ago
parent cebc1d7369
commit d6cc530377
  1. 5
      src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c

@ -559,9 +559,8 @@ static void rr_ping_one_locked(grpc_exec_ctx *exec_ctx, grpc_lb_policy *pol,
grpc_connected_subchannel_ping(exec_ctx, target, closure); grpc_connected_subchannel_ping(exec_ctx, target, closure);
GRPC_CONNECTED_SUBCHANNEL_UNREF(exec_ctx, target, "rr_picked"); GRPC_CONNECTED_SUBCHANNEL_UNREF(exec_ctx, target, "rr_picked");
} else { } else {
grpc_closure_sched( grpc_closure_sched(exec_ctx, closure, GRPC_ERROR_CREATE_FROM_STATIC_STRING(
exec_ctx, closure, "Round Robin not connected"));
GRPC_ERROR_CREATE_FROM_STATIC_STRING("Round Robin not connected"));
} }
} }

Loading…
Cancel
Save