Remove trailing whitespace

This commit is contained in:
michael-grunder 2022-07-07 11:44:00 -07:00
parent eaa2a7ee77
commit b132964e99

View File

@ -69,7 +69,7 @@ static int redisPollTick(redisAsyncContext *ac, double timeout) {
pfd.fd = e->fd;
pfd.events = 0;
if (reading)
pfd.events = POLLIN;
pfd.events = POLLIN;
if (writing)
pfd.events |= POLLOUT;
@ -86,7 +86,7 @@ static int redisPollTick(redisAsyncContext *ac, double timeout) {
return ns;
ns = 0;
}
handled = 0;
e->in_tick = 1;
if (ns) {