Skip to content
Snippets Groups Projects
Commit 1701ae0b authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

whitespace fixes

parent 813b2bc7
Branches
Tags
No related merge requests found
...@@ -70,7 +70,7 @@ static enum fdset_sweep_state tcp_sweep(fdset_t *set, int i, void *data) ...@@ -70,7 +70,7 @@ static enum fdset_sweep_state tcp_sweep(fdset_t *set, int i, void *data)
UNUSED(data); UNUSED(data);
assert(set && i < set->n && i >= 0); assert(set && i < set->n && i >= 0);
int fd = set->pfd[i].fd; int fd = set->pfd[i].fd;
/* Best-effort, name and shame. */ /* Best-effort, name and shame. */
struct sockaddr_storage ss; struct sockaddr_storage ss;
socklen_t len = sizeof(struct sockaddr_storage); socklen_t len = sizeof(struct sockaddr_storage);
...@@ -371,7 +371,7 @@ static int tcp_wait_for_events(tcp_context_t *tcp) ...@@ -371,7 +371,7 @@ static int tcp_wait_for_events(tcp_context_t *tcp)
} }
--nfds; --nfds;
} }
/* Evaluate */ /* Evaluate */
if (should_close) { if (should_close) {
fdset_remove(set, i); fdset_remove(set, i);
......
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