aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/registered_call.c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-10-13 14:04:39 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-10-13 14:04:39 -0700
commited2be64d82d7cff11b6c2fb2bf127585fd5f1107 (patch)
tree61598642008132b43278f822eedf1b04a42d63b6 /test/core/end2end/tests/registered_call.c
parent90a283a4a8859ab548eff6fbcefea3f72357d41a (diff)
Clean format with clang-format
Diffstat (limited to 'test/core/end2end/tests/registered_call.c')
-rw-r--r--test/core/end2end/tests/registered_call.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/core/end2end/tests/registered_call.c b/test/core/end2end/tests/registered_call.c
index 1bbae56a0f..d710b9e56f 100644
--- a/test/core/end2end/tests/registered_call.c
+++ b/test/core/end2end/tests/registered_call.c
@@ -208,8 +208,7 @@ static void simple_request_body(grpc_end2end_test_fixture f, void *rc) {
static void test_invoke_simple_request(grpc_end2end_test_config config) {
grpc_end2end_test_fixture f =
begin_test(config, "test_invoke_simple_request", NULL, NULL);
- void *rc = grpc_channel_register_call(f.client, "/foo",
- authority, NULL);
+ void *rc = grpc_channel_register_call(f.client, "/foo", authority, NULL);
simple_request_body(f, rc);
end_test(&f);
@@ -220,8 +219,7 @@ static void test_invoke_10_simple_requests(grpc_end2end_test_config config) {
int i;
grpc_end2end_test_fixture f =
begin_test(config, "test_invoke_10_simple_requests", NULL, NULL);
- void *rc = grpc_channel_register_call(f.client, "/foo",
- authority, NULL);
+ void *rc = grpc_channel_register_call(f.client, "/foo", authority, NULL);
for (i = 0; i < 10; i++) {
simple_request_body(f, rc);