Commit 8269c91b authored by Federico G. Schwindt's avatar Federico G. Schwindt

More whitespace OCD

parent 5d3099e2
......@@ -265,7 +265,7 @@ varnishlog_thread(void *priv)
VSL_DeleteCursor(c);
c = NULL;
VSM_Close(vsm);
} else
} else
break;
}
......@@ -706,7 +706,7 @@ varnish_cli(struct varnish *v, const char *cli, unsigned exp, const char *re)
char *resp = NULL;
const char *errptr;
int err;
if (re != NULL) {
vre = VRE_compile(re, 0, &errptr, &err);
if (vre == 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