aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-09 13:55:18 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-09 13:55:18 -0700
commit58f52b789185d696d98be3c8ef4571499c8101dd (patch)
treee453b22b212fac1c5afb6058bf88411c0be718ce /src/core/ext/client_config
parente65ff1116158958febacd1131a7c2f84f4e0eb1b (diff)
clang-format
Diffstat (limited to 'src/core/ext/client_config')
-rw-r--r--src/core/ext/client_config/client_channel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ext/client_config/client_channel.c b/src/core/ext/client_config/client_channel.c
index 245cfbb8c4..5a8030b23e 100644
--- a/src/core/ext/client_config/client_channel.c
+++ b/src/core/ext/client_config/client_channel.c
@@ -112,8 +112,7 @@ static void set_channel_connectivity_state_locked(grpc_exec_ctx *exec_ctx,
grpc_lb_policy_cancel_picks(
exec_ctx, chand->lb_policy,
/* mask= */ GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY,
- /* check= */ 0,
- GRPC_ERROR_REF(error));
+ /* check= */ 0, GRPC_ERROR_REF(error));
}
grpc_connectivity_state_set(exec_ctx, &chand->state_tracker, state, error,
reason);