[master] e6335abff Whitespace OCD

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue May 19 10:43:06 UTC 2020


commit e6335abffd56b1ef73268bd190ece540ff948ea9
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue May 19 10:50:08 2020 +0200

    Whitespace OCD

diff --git a/bin/varnishd/cache/cache_req_fsm.c b/bin/varnishd/cache/cache_req_fsm.c
index 4a770b444..2a1903957 100644
--- a/bin/varnishd/cache/cache_req_fsm.c
+++ b/bin/varnishd/cache/cache_req_fsm.c
@@ -166,8 +166,7 @@ Resp_Setup_Synth(struct req *req)
 
 	http_TimeHeader(h, "Date: ", W_TIM_real(req->wrk));
 	http_SetHeader(h, "Server: Varnish");
-	http_PrintfHeader(h, "X-Varnish: %u",
-	    VXID(req->vsl->wid));
+	http_PrintfHeader(h, "X-Varnish: %u", VXID(req->vsl->wid));
 
 	/*
 	 * For late 100-continue, we suggest to VCL to close the connection to


More information about the varnish-commit mailing list