Commit b132964e authored by michael-grunder's avatar michael-grunder
Browse files

Remove trailing whitespace

parent eaa2a7ee
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment