diff --git a/src/core/lib/iomgr/ev_poll_posix.c b/src/core/lib/iomgr/ev_poll_posix.c
index 27083ca6d0865a5604afcfb0aba47d173239e593..8f5d9d43fb121c642f381e96bf125a0dfbd5fc15 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++;