aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_ssl_proxy.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-05-04 13:27:56 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-05-04 13:27:56 -0700
commit22b338e2109745a27f1f84de8490bc8148df1a79 (patch)
treeadcdeb985447dac8a43724f4175a7568c210c3bd /test/core/end2end/fixtures/h2_ssl_proxy.c
parent2df502e5181d98752d193e55824b07722a16c594 (diff)
Apply clang-format diffs.
Diffstat (limited to 'test/core/end2end/fixtures/h2_ssl_proxy.c')
-rw-r--r--test/core/end2end/fixtures/h2_ssl_proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/end2end/fixtures/h2_ssl_proxy.c b/test/core/end2end/fixtures/h2_ssl_proxy.c
index 0ec6ad437e..151a86cb8f 100644
--- a/test/core/end2end/fixtures/h2_ssl_proxy.c
+++ b/test/core/end2end/fixtures/h2_ssl_proxy.c
@@ -76,8 +76,8 @@ static grpc_channel *create_proxy_client(const char *target,
{"foo.test.google.fr"}};
grpc_channel_args *new_client_args =
grpc_channel_args_copy_and_add(client_args, &ssl_name_override, 1);
- channel = grpc_secure_channel_create(ssl_creds, target, new_client_args,
- NULL);
+ channel =
+ grpc_secure_channel_create(ssl_creds, target, new_client_args, NULL);
grpc_channel_credentials_release(ssl_creds);
grpc_channel_args_destroy(new_client_args);
return channel;