aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/secure_endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/security/secure_endpoint.h')
-rw-r--r--src/core/security/secure_endpoint.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/security/secure_endpoint.h b/src/core/security/secure_endpoint.h
index e80a177dd5..c563bdd9c5 100644
--- a/src/core/security/secure_endpoint.h
+++ b/src/core/security/secure_endpoint.h
@@ -42,6 +42,8 @@ struct tsi_frame_protector;
extern int grpc_trace_secure_endpoint;
/* Takes ownership of protector and to_wrap, and refs leftover_slices. */
-grpc_endpoint *grpc_secure_endpoint_create (struct tsi_frame_protector *protector, grpc_endpoint * to_wrap, gpr_slice * leftover_slices, size_t leftover_nslices);
+grpc_endpoint *grpc_secure_endpoint_create(
+ struct tsi_frame_protector *protector, grpc_endpoint *to_wrap,
+ gpr_slice *leftover_slices, size_t leftover_nslices);
#endif /* GRPC_INTERNAL_CORE_SECURITY_SECURE_ENDPOINT_H */