Commit 044809d6 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Whitespace OCD

parent 8ab29a0d
......@@ -230,7 +230,8 @@ vmod_get(VRT_CTX, struct vmod_priv *priv, VCL_STRING name)
static vre_t *
compile_re(VRT_CTX, VCL_STRING expression) {
compile_re(VRT_CTX, VCL_STRING expression)
{
vre_t *vre;
const char *error;
int erroroffset;
......@@ -411,7 +412,7 @@ vmod_filter(VRT_CTX, struct vmod_priv *priv, VCL_STRING blacklist_s)
static VCL_VOID
re_filter(VRT_CTX, struct vmod_priv *priv, struct vmod_priv *priv_call,
VCL_STRING expression, enum filter_action mode)
VCL_STRING expression, enum filter_action mode)
{
struct vmod_cookie *vcp = cobj_get(priv);
struct cookie *current, *safeptr;
......
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