aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/endpoint_cfstream.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-07-16 16:21:43 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-07-16 17:48:33 -0700
commit0d757a659fd24ecfed801614565d2408e2e302fc (patch)
treef6a8da5d47a0d8168d3ee2fc2bffd49dcefccfbb /src/core/lib/iomgr/endpoint_cfstream.cc
parentf0397933b007e2614ba38fc98f0ee6391a2eea9d (diff)
Adding docs and cleaning up
Diffstat (limited to 'src/core/lib/iomgr/endpoint_cfstream.cc')
-rw-r--r--src/core/lib/iomgr/endpoint_cfstream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/endpoint_cfstream.cc b/src/core/lib/iomgr/endpoint_cfstream.cc
index 70d674f750..df2cf508c8 100644
--- a/src/core/lib/iomgr/endpoint_cfstream.cc
+++ b/src/core/lib/iomgr/endpoint_cfstream.cc
@@ -268,7 +268,7 @@ static void CFStreamRead(grpc_endpoint* ep, grpc_slice_buffer* slices,
}
static void CFStreamWrite(grpc_endpoint* ep, grpc_slice_buffer* slices,
- grpc_closure* cb, void *arg) {
+ grpc_closure* cb, void* arg) {
CFStreamEndpoint* ep_impl = reinterpret_cast<CFStreamEndpoint*>(ep);
if (grpc_tcp_trace.enabled()) {
gpr_log(GPR_DEBUG, "CFStream endpoint:%p write (%p, %p) length:%zu",