Merge pull request #8847 from yang-g/clang-format

Clang-format code
pull/8846/head^2
David G. Quintas 8 years ago committed by GitHub
commit 4bbbb73dad
  1. 2
      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++;

Loading…
Cancel
Save