Whitespace
This commit is contained in:
parent
6d31277048
commit
3c72c94aae
@ -65,7 +65,7 @@ static int aeApiCreate(aeEventLoop *eventLoop) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
eventLoop->apidata = state;
|
eventLoop->apidata = state;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void aeApiFree(aeEventLoop *eventLoop) {
|
static void aeApiFree(aeEventLoop *eventLoop) {
|
||||||
@ -247,7 +247,7 @@ static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* port_getn can return with errno == ETIME having returned some events (!).
|
* port_getn can return with errno == ETIME having returned some events (!).
|
||||||
* So if we get ETIME, we check nevents, too.
|
* So if we get ETIME, we check nevents, too.
|
||||||
*/
|
*/
|
||||||
nevents = 1;
|
nevents = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user