aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_channel/resolvers/sockaddr_resolver_test.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-25 07:49:36 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-25 07:49:36 -0700
commitf0b2ec0435aebf64c6c4f8c2fe39917acfb23ef1 (patch)
tree1740df130a4583951aefd62d4f34c73fe5769d02 /test/core/client_channel/resolvers/sockaddr_resolver_test.c
parente917f5d96a58cdfc0aceaa1337d505eef1cef885 (diff)
clang-format
Diffstat (limited to 'test/core/client_channel/resolvers/sockaddr_resolver_test.c')
-rw-r--r--test/core/client_channel/resolvers/sockaddr_resolver_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/client_channel/resolvers/sockaddr_resolver_test.c b/test/core/client_channel/resolvers/sockaddr_resolver_test.c
index 20c42b7387..ebf311ab83 100644
--- a/test/core/client_channel/resolvers/sockaddr_resolver_test.c
+++ b/test/core/client_channel/resolvers/sockaddr_resolver_test.c
@@ -49,7 +49,7 @@ typedef struct on_resolution_arg {
void on_resolution_cb(grpc_exec_ctx *exec_ctx, void *arg, grpc_error *error) {
on_resolution_arg *res = arg;
- const grpc_arg* channel_arg =
+ const grpc_arg *channel_arg =
grpc_channel_args_find(res->resolver_result, GRPC_ARG_SERVER_NAME);
GPR_ASSERT(channel_arg != NULL);
GPR_ASSERT(channel_arg->type == GRPC_ARG_STRING);