Commit f7b2fb2f authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Whitespace OCD

parent f799737d
......@@ -455,7 +455,7 @@ vca_accept_task(struct worker *wrk, void *arg)
wa.acceptaddrlen = sizeof wa.acceptaddr;
do {
i = accept(ls->sock, (void*)&wa.acceptaddr,
&wa.acceptaddrlen);
&wa.acceptaddrlen);
} while (i < 0 && errno == EAGAIN && !ps->pool->die);
if (i < 0 && ps->pool->die)
......
Markdown is supported
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