aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-07 07:26:34 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-12-07 07:26:34 -0800
commitab7b2d82e989840f299c136f7062d8c6548ec5e1 (patch)
treeb4fb91c3a20d5423a53a523116c3b966bee945c4 /src/core/lib
parentfede4d4198c5d211b8042d29a6f86ff7cafcf666 (diff)
clang-format
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/iomgr/tcp_uv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/tcp_uv.c b/src/core/lib/iomgr/tcp_uv.c
index 257a4778c8..f3510bc780 100644
--- a/src/core/lib/iomgr/tcp_uv.c
+++ b/src/core/lib/iomgr/tcp_uv.c
@@ -181,7 +181,7 @@ static void uv_endpoint_read(grpc_exec_ctx *exec_ctx, grpc_endpoint *ep,
GPR_ASSERT(tcp->read_cb == NULL);
tcp->read_cb = cb;
tcp->read_slices = read_slices;
- grpc_slice_buffer_reset_and_unref_internal(exec_ctx,read_slices);
+ grpc_slice_buffer_reset_and_unref_internal(exec_ctx, read_slices);
TCP_REF(tcp, "read");
// TODO(murgatroid99): figure out what the return value here means
status =