diff options
author | Ondřej Surý <ondrej@sury.org> | 2016-08-16 09:24:12 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2016-08-16 09:24:12 +0200 |
commit | 33d22f0e9e79c387c492d1cf16bdb723ca1d588a (patch) | |
tree | 0fb0c86d8049388c25bca406c9745c3cb198ab1c /sysdep | |
parent | 61e6725335fbba86175ec770c1e94c5f60e76d5c (diff) |
whitespace fixes
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 8198743d..120eb906 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -2235,7 +2235,7 @@ io_loop(void) if (pfd[s->index].revents & (POLLHUP | POLLERR)) { sk_err(s, pfd[s->index].revents); - goto next2; + goto next2; } current_sock = sk_next(s); |