1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

whitespace fixes

This commit is contained in:
Ondřej Surý
2016-08-16 09:24:12 +02:00
parent 61e6725335
commit 33d22f0e9e
3 changed files with 4 additions and 4 deletions

View File

@@ -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);