aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-18 16:10:06 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-18 16:10:06 -0700
commitafcc8752f3a39d67831d03a810e85150765fa587 (patch)
tree174f48b903fa13cd6722c87c9765b6868f170c2d /test/core/util
parent2f1d8708e52614ec4b221c710801ca77d3df18d3 (diff)
clang-format
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/passthru_endpoint.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/core/util/passthru_endpoint.c b/test/core/util/passthru_endpoint.c
index 85ed1c824c..ee6ef7da60 100644
--- a/test/core/util/passthru_endpoint.c
+++ b/test/core/util/passthru_endpoint.c
@@ -143,7 +143,7 @@ static void me_really_destroy(grpc_exec_ctx *exec_ctx, void *ep,
static void me_destroy(grpc_exec_ctx *exec_ctx, grpc_endpoint *ep) {
half *m = (half *)ep;
grpc_resource_user_shutdown(exec_ctx, &m->resource_user,
- grpc_closure_create(me_really_destroy, m));
+ grpc_closure_create(me_really_destroy, m));
}
static char *me_get_peer(grpc_endpoint *ep) {
@@ -170,7 +170,8 @@ static const grpc_endpoint_vtable vtable = {
};
static void half_init(half *m, passthru_endpoint *parent,
- grpc_resource_quota *resource_quota, const char *half_name) {
+ grpc_resource_quota *resource_quota,
+ const char *half_name) {
m->base.vtable = &vtable;
m->parent = parent;
gpr_slice_buffer_init(&m->read_buffer);