mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
format code
This commit is contained in:
parent
91474bbd3e
commit
a8655cfb73
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user