include: fix wepoll.h indentation

This commit is contained in:
Bert Belder 2017-11-27 17:09:11 +01:00
parent 6317d82823
commit d7bca86286

View File

@ -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" */