cstyle

parent c0a9d731
......@@ -260,7 +260,7 @@ retire_backend(VCL_BACKEND *bp)
if (temp->is_warm)
VDI_Event(d, VCL_EVENT_COLD);
if(vdir->methods->destroy != NULL)
if (vdir->methods->destroy != NULL)
vdir->methods->destroy(d);
assert (d == vdir->dir);
vcldir_free(vdir);
......
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