aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_config
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-11-20 17:01:57 -0800
committerGravatar yang-g <yangg@google.com>2015-11-20 17:01:57 -0800
commit3ff9727a373e5e8819b9db288df99f8d7f68270e (patch)
treeaf8c81a2ffbb00977643a424a0ee9db48b08f6fe /test/core/client_config
parent71b962634eceacae336b1c706829e4ad9621b397 (diff)
parent4dd8f43970f59b062433c5bb48388a78c0c09984 (diff)
merge with head
Diffstat (limited to 'test/core/client_config')
-rw-r--r--test/core/client_config/lb_policies_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/client_config/lb_policies_test.c b/test/core/client_config/lb_policies_test.c
index 0218b8f07f..5aa8140e08 100644
--- a/test/core/client_config/lb_policies_test.c
+++ b/test/core/client_config/lb_policies_test.c
@@ -269,8 +269,8 @@ int *perform_request(servers_fixture *f, grpc_channel *client,
memset(s_valid, 0, f->num_servers * sizeof(int));
c = grpc_channel_create_call(client, NULL, GRPC_PROPAGATE_DEFAULTS, f->cq,
- "/foo", "foo.test.google.fr", gpr_inf_future(GPR_CLOCK_REALTIME),
- NULL);
+ "/foo", "foo.test.google.fr",
+ gpr_inf_future(GPR_CLOCK_REALTIME), NULL);
GPR_ASSERT(c);
completed_client = 0;