aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/subchannel_index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/client_config/subchannel_index.c')
-rw-r--r--src/core/client_config/subchannel_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/client_config/subchannel_index.c b/src/core/client_config/subchannel_index.c
index 7bdec21e1c..f78a7fd588 100644
--- a/src/core/client_config/subchannel_index.c
+++ b/src/core/client_config/subchannel_index.c
@@ -78,7 +78,7 @@ static grpc_subchannel_key *create_key(
k->connector = grpc_connector_ref(connector);
k->args.filter_count = args->filter_count;
k->args.filters = gpr_malloc(sizeof(*k->args.filters) * k->args.filter_count);
- memcpy((grpc_channel_filter*)k->args.filters, args->filters,
+ memcpy((grpc_channel_filter *)k->args.filters, args->filters,
sizeof(*k->args.filters) * k->args.filter_count);
k->args.addr_len = args->addr_len;
k->args.addr = gpr_malloc(args->addr_len);