[6.0] 4aa9251ed Whitespace OCD

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:07 UTC 2018


commit 4aa9251ed8e5400017ff882c38f6f0d8b8b155ad
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Aug 27 10:43:33 2018 +0200

    Whitespace OCD

diff --git a/bin/varnishd/cache/cache_vcl_vrt.c b/bin/varnishd/cache/cache_vcl_vrt.c
index 28132b1d0..b183f5dff 100644
--- a/bin/varnishd/cache/cache_vcl_vrt.c
+++ b/bin/varnishd/cache/cache_vcl_vrt.c
@@ -76,7 +76,7 @@ VCL_Method_Name(unsigned m)
 void
 VCL_Onboard(const struct req *req, const struct busyobj *bo)
 {
-	
+
 	CHECK_OBJ_ORNULL(req, REQ_MAGIC);
 	CHECK_OBJ_ORNULL(bo, BUSYOBJ_MAGIC);
 	assert(req != NULL || bo != NULL);


More information about the varnish-commit mailing list