Skip to content
Snippets Groups Projects
Commit 4bbbb73d authored by David G. Quintas's avatar David G. Quintas Committed by GitHub
Browse files

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

Clang-format code
parents bae24c79 d255a727
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment