aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/server.c
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-01-13 12:40:43 -0800
committerGravatar yang-g <yangg@google.com>2015-01-13 12:40:43 -0800
commitdec1a71f91b1a65cf826f1f628fc6b6162728c5c (patch)
tree1167b34ea68911360ce32fca5f4147934856d524 /src/core/surface/server.c
parent52d4389009dedec185a8c07670d043b2e173f8d9 (diff)
parent21b19a552cbd01fe5c154d81fbf470362740650f (diff)
Merge pull request #14 from ctiller/format
clang-format codebase
Diffstat (limited to 'src/core/surface/server.c')
-rw-r--r--src/core/surface/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/surface/server.c b/src/core/surface/server.c
index aa544a97f2..167bfe97d1 100644
--- a/src/core/surface/server.c
+++ b/src/core/surface/server.c
@@ -405,9 +405,9 @@ static void destroy_channel_elem(grpc_channel_element *elem) {
}
static const grpc_channel_filter server_surface_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,