From 33d22f0e9e79c387c492d1cf16bdb723ca1d588a Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Tue, 16 Aug 2016 09:24:12 +0200 Subject: whitespace fixes --- sysdep/unix/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep/unix') 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); -- cgit v1.2.3