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

Nitpickery

parent 6094e3ff
......@@ -216,7 +216,8 @@ vdp_objiterator(void *priv, unsigned flush, const void *ptr, ssize_t len)
}
int VDP_DeliverObj(struct vdp_ctx *vdc, struct objcore *oc)
int
VDP_DeliverObj(struct vdp_ctx *vdc, struct objcore *oc)
{
int r, final;
......
......@@ -860,7 +860,6 @@ cnt_recv_prep(struct req *req, const char *ci)
req->storage = NULL;
}
req->vdc->retval = 0;
req->is_hit = 0;
req->is_hitmiss = 0;
req->is_hitpass = 0;
......
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