include: fix wepoll.h indentation
This commit is contained in:
parent
6317d82823
commit
d7bca86286
@ -66,14 +66,14 @@ WEPOLL_EXPORT HANDLE epoll_create1(int flags);
|
|||||||
WEPOLL_EXPORT int epoll_close(HANDLE ephnd);
|
WEPOLL_EXPORT int epoll_close(HANDLE ephnd);
|
||||||
|
|
||||||
WEPOLL_EXPORT int epoll_ctl(HANDLE ephnd,
|
WEPOLL_EXPORT int epoll_ctl(HANDLE ephnd,
|
||||||
int op,
|
int op,
|
||||||
SOCKET sock,
|
SOCKET sock,
|
||||||
struct epoll_event* event);
|
struct epoll_event* event);
|
||||||
|
|
||||||
WEPOLL_EXPORT int epoll_wait(HANDLE ephnd,
|
WEPOLL_EXPORT int epoll_wait(HANDLE ephnd,
|
||||||
struct epoll_event* events,
|
struct epoll_event* events,
|
||||||
int maxevents,
|
int maxevents,
|
||||||
int timeout);
|
int timeout);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user