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