[master] d231a15 Whitespace OCD

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Sep 8 12:38:10 CEST 2016


commit d231a1587f52cbf109b142f4c070f3c19ef0c728
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Sep 8 12:37:00 2016 +0200

    Whitespace OCD

diff --git a/bin/varnishtest/vtc_http2.c b/bin/varnishtest/vtc_http2.c
index 64d4271..b4cb96f 100644
--- a/bin/varnishtest/vtc_http2.c
+++ b/bin/varnishtest/vtc_http2.c
@@ -610,7 +610,7 @@ parse_settings(const struct stream *s, struct frame *f)
 			buf = "unknown";
 		i += 4;
 
-		if (t == 1 ) {
+		if (t == 1) {
 			r = HPK_ResizeTbl(s->hp->encctx, v);
 			assert(r == hpk_done);
 		}
@@ -2730,7 +2730,7 @@ b64_settings(const struct http *hp, const char *s)
 		} else
 			buf = "unknown";
 
-		if (v == 1 ) {
+		if (v == 1) {
 			if (hp->sfd)
 				HPK_ResizeTbl(hp->encctx, v);
 			else



More information about the varnish-commit mailing list