Commit 95ab1c57 authored by Dag Haavi Finstad's avatar Dag Haavi Finstad

Formatting

parent dccb56bf
......@@ -108,7 +108,7 @@ vrt_priv_dynamic(const struct vcl *vcl, struct ws *ws,
}
vp = WS_Alloc(ws, sizeof *vp);
if (vp == NULL)
return NULL;
return (NULL);
INIT_OBJ(vp, VRT_PRIV_MAGIC);
vp->vcl = vcl;
vp->id = id;
......
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