[master] 8269c91 More whitespace OCD

Federico G. Schwindt fgsch at lodoss.net
Fri Dec 9 10:51:06 CET 2016


commit 8269c91b59eb9856c24375fe2397d72d36d5c6c1
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Dec 9 09:46:09 2016 +0000

    More whitespace OCD

diff --git a/bin/varnishtest/vtc_varnish.c b/bin/varnishtest/vtc_varnish.c
index 10989e7..9ca75ed 100644
--- a/bin/varnishtest/vtc_varnish.c
+++ b/bin/varnishtest/vtc_varnish.c
@@ -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)



More information about the varnish-commit mailing list