diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-07 10:42:09 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-07 10:42:09 -0700 |
commit | 8e8027bad6c4b4720a27e29178a1431fc069f86a (patch) | |
tree | 1a4418e28ca39cb15e68a38508901a9e9fb26836 /src/core/lib/iomgr | |
parent | 6c8619bbe7a0eb8ca65782886e8253ebbec87b54 (diff) |
clang-format
Diffstat (limited to 'src/core/lib/iomgr')
-rw-r--r-- | src/core/lib/iomgr/ev_epoll_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_epoll_linux.c b/src/core/lib/iomgr/ev_epoll_linux.c index 0e6cba7e4f..4282d01a2b 100644 --- a/src/core/lib/iomgr/ev_epoll_linux.c +++ b/src/core/lib/iomgr/ev_epoll_linux.c @@ -1548,7 +1548,7 @@ retry: * polling_island fields in both fd and pollset to point to the merged * polling island. */ - + if (fd->orphaned) { gpr_mu_unlock(&fd->mu); gpr_mu_unlock(&pollset->mu); |