提交 3c72c94a 编写于 作者: P Pieter Noordhuis 提交者: antirez

Whitespace

上级 6d312770
......@@ -65,7 +65,7 @@ static int aeApiCreate(aeEventLoop *eventLoop) {
}
eventLoop->apidata = state;
return 0;
return 0;
}
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.
*/
nevents = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册