diff options
author | Mark D. Roth <roth@google.com> | 2016-11-04 09:26:37 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-11-04 09:26:37 -0700 |
commit | 70a1abdb45d74ce46480d74d58a8b01887f96cac (patch) | |
tree | c3d95ccea253ba76e64be71398713c112cbc3b2d /src/core/ext/client_channel | |
parent | bdc58b23566c91b6a911c7daaf122c74e8356cd7 (diff) |
clang-format
Diffstat (limited to 'src/core/ext/client_channel')
-rw-r--r-- | src/core/ext/client_channel/client_channel.c | 2 |
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( |