Commit 1473576f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Whitespace OCD

parent 4b857004
......@@ -247,7 +247,6 @@ vmod_strstr(const struct vrt_ctx *ctx, VCL_STRING mstr, VCL_STRING msubstr)
if ((mstr == NULL) || (msubstr == NULL))
return (NULL);
else
return(strstr(mstr, msubstr));
}
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