format code

This commit is contained in:
郑树新 2021-10-12 14:32:10 +08:00
parent 91474bbd3e
commit a8655cfb73

View File

@ -140,8 +140,8 @@ static POLLFD *pollfd_alloc(POLL_EVENT *pe, struct pollfd *fds, nfds_t nfds)
for (i = 0; i < nfds; i++) {
pfds[i].fe = fiber_file_open(fds[i].fd);
#ifdef HAS_IOCP
pfds[i].fe->buff = NULL;
pfds[i].fe->size = 0;
pfds[i].fe->buff = NULL;
pfds[i].fe->size = 0;
#endif
pfds[i].pe = pe;
pfds[i].pfd = &fds[i];