Skip to content
Snippets Groups Projects
Commit d255a727 authored by yang-g's avatar yang-g
Browse files

Clang-format

parent 543d3a35
Branches
Tags
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.
Please register or to comment