aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/secure_channel_create_test.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-02-02 12:11:21 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-02-02 12:11:21 -0800
commit6c44ff103934f1d6c3ec8a9f41407efee77ac505 (patch)
treec095b43fcf3cb551f8cc0b6fa6bf80ddee15b307 /test/core/surface/secure_channel_create_test.c
parent6e6c7b5b93ad9c234470cdfac61878671cf9d984 (diff)
clang-format
Diffstat (limited to 'test/core/surface/secure_channel_create_test.c')
-rw-r--r--test/core/surface/secure_channel_create_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/surface/secure_channel_create_test.c b/test/core/surface/secure_channel_create_test.c
index f1d9a75f11..280806707e 100644
--- a/test/core/surface/secure_channel_create_test.c
+++ b/test/core/surface/secure_channel_create_test.c
@@ -47,8 +47,8 @@ void test_unknown_scheme_target(void) {
grpc_resolver_registry_init();
grpc_channel_credentials *creds =
grpc_fake_transport_security_credentials_create();
- grpc_channel *chan = grpc_secure_channel_create(creds, "blah://blah", NULL,
- NULL);
+ grpc_channel *chan =
+ grpc_secure_channel_create(creds, "blah://blah", NULL, NULL);
grpc_channel_element *elem =
grpc_channel_stack_element(grpc_channel_get_channel_stack(chan), 0);
GPR_ASSERT(0 == strcmp(elem->filter->name, "lame-client"));