aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/mock_endpoint.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-26 21:15:29 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-26 21:15:29 -0700
commit28b72428a84ae7d23c106fb282478fa94951c9c0 (patch)
treed88c2d32bcee3c6b7636a5ec3a77f4dde04b9f4f /test/core/util/mock_endpoint.h
parent5b676a6b1ae667ab82f56d5485bf0da229091101 (diff)
clang-format
Diffstat (limited to 'test/core/util/mock_endpoint.h')
-rw-r--r--test/core/util/mock_endpoint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/util/mock_endpoint.h b/test/core/util/mock_endpoint.h
index 8f8d2a412d..ec7f0fcfcd 100644
--- a/test/core/util/mock_endpoint.h
+++ b/test/core/util/mock_endpoint.h
@@ -39,6 +39,7 @@
grpc_endpoint *grpc_mock_endpoint_create(void (*on_write)(grpc_slice slice),
grpc_resource_quota *resource_quota);
void grpc_mock_endpoint_put_read(grpc_exec_ctx *exec_ctx,
- grpc_endpoint *mock_endpoint, grpc_slice slice);
+ grpc_endpoint *mock_endpoint,
+ grpc_slice slice);
#endif