From b132964e99fb0d10df832c0afe78a3a9d5a5bfbd Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Thu, 7 Jul 2022 11:44:00 -0700 Subject: [PATCH] Remove trailing whitespace --- adapters/poll.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adapters/poll.h b/adapters/poll.h index f138650..c04beec 100644 --- a/adapters/poll.h +++ b/adapters/poll.h @@ -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) {