aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-19 20:34:07 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-19 20:34:07 -0700
commit183f2a6aaa9b4572c5cf2bb2ef76394dcd3f4f82 (patch)
treebf5d94db05fefaf63a7a4238a4660841ce3adbcf /src/core/lib/iomgr
parent0d958d200e301492abe31b498f094c23bbbb325c (diff)
clang-fmt
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r--src/core/lib/iomgr/ev_epollex_linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_epollex_linux.c b/src/core/lib/iomgr/ev_epollex_linux.c
index f744ac5ca4..8aaad8808a 100644
--- a/src/core/lib/iomgr/ev_epollex_linux.c
+++ b/src/core/lib/iomgr/ev_epollex_linux.c
@@ -699,7 +699,6 @@ static int poll_deadline_to_millis_timeout(grpc_exec_ctx *exec_ctx,
return 0;
else
return (int)delta;
- }
}
static void fd_become_readable(grpc_exec_ctx *exec_ctx, grpc_fd *fd,