aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-11-23 13:10:44 -0800
committerGravatar yang-g <yangg@google.com>2016-11-23 13:10:44 -0800
commitd255a727f9638ce97e3b97f70e7ec54a6e9ce74f (patch)
tree37ac482a666ed93481397a2c9e8ee477b021559a /src/core
parent543d3a35b31cb500dc54e619ec013a0cea1263e4 (diff)
Clang-format
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/iomgr/ev_poll_posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_poll_posix.c b/src/core/lib/iomgr/ev_poll_posix.c
index 27083ca6d0..8f5d9d43fb 100644
--- a/src/core/lib/iomgr/ev_poll_posix.c
+++ b/src/core/lib/iomgr/ev_poll_posix.c
@@ -1361,7 +1361,7 @@ static int cvfd_poll(struct pollfd *fds, nfds_t nfds, int timeout) {
g_cvfds.cvfds[idx].cvs = cvn;
// Don't bother polling if a wakeup fd is ready
if (g_cvfds.cvfds[idx].is_set) {
- skip_poll=1;
+ skip_poll = 1;
}
} else if (fds[i].fd >= 0) {
nsockfds++;