[master] a419cec0f Whitespace OCD

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Aug 27 08:44:08 UTC 2018


commit a419cec0f1a74a20778b530594d831a03006eb64
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 7e78d82b8..71e53a164 100644
--- a/bin/varnishd/cache/cache_vcl_vrt.c
+++ b/bin/varnishd/cache/cache_vcl_vrt.c
@@ -79,7 +79,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