Skip to content
Snippets Groups Projects
Commit f1b6d619 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix formatting

parent b3320fc7
No related branches found
No related tags found
No related merge requests found
......@@ -137,8 +137,8 @@ static void multipoll_with_poll_pollset_maybe_work_and_unlock(
for (i = 2; i < pfd_count; i++) {
grpc_fd *fd = watchers[i].fd;
pfds[i].events = (short)grpc_fd_begin_poll(fd, pollset, worker,
POLLIN, POLLOUT, &watchers[i]);
pfds[i].events = (short)grpc_fd_begin_poll(fd, pollset, worker, POLLIN,
POLLOUT, &watchers[i]);
GRPC_FD_UNREF(fd, "multipoller_start");
}
......
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