diff options
author | David Garcia Quintas <dgq@google.com> | 2017-06-26 21:00:28 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-06-26 21:00:28 -0700 |
commit | d6cc5303770379a4588cdefba0ce436e4e4004ab (patch) | |
tree | c82c3ef8282306d4c7ac2ab2b6a6093271813ee3 /src | |
parent | cebc1d73690f66127600b9c705bb8827ad413a1c (diff) |
clang-format
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c b/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c index 5b3476e5b4..218f0d754a 100644 --- a/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c +++ b/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_UNREF(exec_ctx, target, "rr_picked"); } else { - grpc_closure_sched( - exec_ctx, closure, - GRPC_ERROR_CREATE_FROM_STATIC_STRING("Round Robin not connected")); + grpc_closure_sched(exec_ctx, closure, GRPC_ERROR_CREATE_FROM_STATIC_STRING( + "Round Robin not connected")); } } |