Commit a419cec0 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Whitespace OCD

parent c2a33829
......@@ -79,7 +79,7 @@ VCL_Method_Name(unsigned m)
void
VCL_Onboard(const struct req *req, const struct busyobj *bo)
{
CHECK_OBJ_ORNULL(req, REQ_MAGIC);
CHECK_OBJ_ORNULL(bo, BUSYOBJ_MAGIC);
assert(req != NULL || bo != NULL);
......
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