aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/http_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/channel/http_filter.c')
-rw-r--r--src/core/channel/http_filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/channel/http_filter.c b/src/core/channel/http_filter.c
index 6cfe34695c..846f7b9713 100644
--- a/src/core/channel/http_filter.c
+++ b/src/core/channel/http_filter.c
@@ -132,9 +132,9 @@ static void destroy_channel_elem(grpc_channel_element *elem) {
}
const grpc_channel_filter grpc_http_filter = {
- call_op, channel_op,
+ call_op, channel_op,
- sizeof(call_data), init_call_elem, destroy_call_elem,
+ sizeof(call_data), init_call_elem, destroy_call_elem,
sizeof(channel_data), init_channel_elem, destroy_channel_elem,