aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-04 09:26:37 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-11-04 09:26:37 -0700
commit70a1abdb45d74ce46480d74d58a8b01887f96cac (patch)
treec3d95ccea253ba76e64be71398713c112cbc3b2d /src
parentbdc58b23566c91b6a911c7daaf122c74e8356cd7 (diff)
clang-format
Diffstat (limited to 'src')
-rw-r--r--src/core/ext/client_channel/client_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_channel/client_channel.c b/src/core/ext/client_channel/client_channel.c
index e97587b0bd..2675063f86 100644
--- a/src/core/ext/client_channel/client_channel.c
+++ b/src/core/ext/client_channel/client_channel.c
@@ -303,7 +303,7 @@ static void on_resolver_result_changed(grpc_exec_ctx *exec_ctx, void *arg,
grpc_channel_args_find(chand->resolver_result, GRPC_ARG_SERVICE_CONFIG);
if (channel_arg != NULL) {
GPR_ASSERT(channel_arg->type == GRPC_ARG_STRING);
- grpc_service_config* service_config =
+ grpc_service_config *service_config =
grpc_service_config_create(channel_arg->value.string);
if (service_config != NULL) {
method_params_table = grpc_service_config_create_method_config_table(