aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/census/grpc_filter.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-06-23 13:22:10 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-06-23 13:22:10 -0700
commit76d24420d7a6471dc3b135b62318277991ebdb08 (patch)
tree1524b028764c24e01df6fc6c8c974a7a8475e916 /src/core/ext/census/grpc_filter.c
parent5d11e43ce34b371fb0ab1fa69e541a4d513025b8 (diff)
clang-format
Diffstat (limited to 'src/core/ext/census/grpc_filter.c')
-rw-r--r--src/core/ext/census/grpc_filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/census/grpc_filter.c b/src/core/ext/census/grpc_filter.c
index dd2e2e0124..c5a6e6d3dc 100644
--- a/src/core/ext/census/grpc_filter.c
+++ b/src/core/ext/census/grpc_filter.c
@@ -124,7 +124,7 @@ static void server_start_transport_op(grpc_exec_ctx *exec_ctx,
grpc_call_next_op(exec_ctx, elem, op);
}
-static grpc_error* client_init_call_elem(grpc_exec_ctx *exec_ctx,
+static grpc_error *client_init_call_elem(grpc_exec_ctx *exec_ctx,
grpc_call_element *elem,
grpc_call_element_args *args) {
call_data *d = elem->call_data;
@@ -143,7 +143,7 @@ static void client_destroy_call_elem(grpc_exec_ctx *exec_ctx,
/* TODO(hongyu): record rpc client stats and census_rpc_end_op here */
}
-static grpc_error* server_init_call_elem(grpc_exec_ctx *exec_ctx,
+static grpc_error *server_init_call_elem(grpc_exec_ctx *exec_ctx,
grpc_call_element *elem,
grpc_call_element_args *args) {
call_data *d = elem->call_data;