[master] cc16852 White space nit
Poul-Henning Kamp
phk at varnish-cache.org
Thu Oct 18 19:16:59 CEST 2012
commit cc16852f2261557ef632e375c9a012c09aab829d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Thu Oct 18 17:16:49 2012 +0000
White space nit
diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index fa3ae3b..f867168 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -252,7 +252,7 @@ cmd_http_expect(CMD_ARGS)
vtc_log(hp->vl, 0, "REGEXP error: %s (@%d) (%s)",
error, erroroffset, rhs);
i = VRE_exec(vre, lhs, strlen(lhs), 0, 0, NULL, 0, 0);
- if ((i >= 0 && *cmp == '~') || (i < 0 && *cmp == '!'))
+ if ((i >= 0 && *cmp == '~') || (i < 0 && *cmp == '!'))
vtc_log(hp->vl, 4, "EXPECT %s (%s) %s \"%s\" match",
av[0], lhs, cmp, rhs);
else
More information about the varnish-commit
mailing list