Commit eaac258d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Kill one indentation

parent 8686a49f
......@@ -271,8 +271,7 @@ vbp_poke(struct vbp_target *vt)
if (tmo > 0)
i = poll(pfd, 1, tmo);
if (i == 0 || tmo <= 0) {
if (i == 0)
vt->err_recv |= 1;
vt->err_recv |= (i == 0);
VTCP_close(&s);
return;
}
......
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