Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
b132964e
Commit
b132964e
authored
Jul 07, 2022
by
michael-grunder
Browse files
Remove trailing whitespace
parent
eaa2a7ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapters/poll.h
View file @
b132964e
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment