Commit d8d9cd02 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Whitespace ocd

parent 0868f6d6
......@@ -996,7 +996,7 @@ cmd_http_recv(CMD_ARGS)
i = read(hp->fd, u, n > 32 ? 32 : n);
if (i > 0)
vtc_dump(hp->vl, 4, "recv", u, i);
else
else
vtc_log(hp->vl, hp->fatal, "recv() got %d (%s)", i,
strerror(errno));
n -= i;
......
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