[master] f111f85 Whitespace

Dag Haavi Finstad daghf at varnish-software.com
Tue Jan 16 08:32:06 UTC 2018


commit f111f85b2689551e1634f37ef015f44c1f591d3b
Author: Dag Haavi Finstad <daghf at varnish-software.com>
Date:   Tue Jan 16 09:30:59 2018 +0100

    Whitespace

diff --git a/bin/varnishd/http2/cache_http2_session.c b/bin/varnishd/http2/cache_http2_session.c
index cebcf8e..e76b0b2 100644
--- a/bin/varnishd/http2/cache_http2_session.c
+++ b/bin/varnishd/http2/cache_http2_session.c
@@ -60,7 +60,7 @@ h2_enc_settings(const struct h2_settings *h2s, uint8_t *buf, size_t n)
 	b = buf;
 #define H2_SETTING(U,l,v,d,...)				\
 	if (h2s->l != d) {				\
-		len += 6;					\
+		len += 6;				\
 		assert(len <= n);			\
 		vbe16enc(b, v);				\
 		b += 2;					\


More information about the varnish-commit mailing list