aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-04-27 11:26:08 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-04-27 11:26:08 -0700
commit7d92def91561fba72d235281e832c3b2fa208bb0 (patch)
treea34b82bc53df55353ea948268088160fde20970e /src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
parentd0bb3c88c8dde755f83cc51059996ad8396c82aa (diff)
clang-format
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc b/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
index 2d9e4af96c..f820316d6b 100644
--- a/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
+++ b/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
@@ -384,9 +384,9 @@ void PickFirst::PickFirstSubchannelData::ProcessConnectivityChangeLocked(
"), subchannel_list %p: state=%s p->shutdown_=%d "
"sd->subchannel_list->shutting_down=%d error=%s",
p, subchannel(), Index(), subchannel_list()->num_subchannels(),
- subchannel_list(),
- grpc_connectivity_state_name(connectivity_state), p->shutdown_,
- subchannel_list()->shutting_down(), grpc_error_string(error));
+ subchannel_list(), grpc_connectivity_state_name(connectivity_state),
+ p->shutdown_, subchannel_list()->shutting_down(),
+ grpc_error_string(error));
}
// The notification must be for a subchannel in either the current or
// latest pending subchannel lists.