aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-28 11:57:51 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-28 11:57:51 -0800
commitf1b0849bb024fcd0794b2b0eca8af8a949f9fc70 (patch)
treee679964d62d2a82fdfc1417edda283207e191d20 /src/core
parent515b27149ec2e002d6282f99354be573dcf10d01 (diff)
clang-format
Diffstat (limited to 'src/core')
-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);