[master] 7b6665337 cstyle

Nils Goroll nils.goroll at uplex.de
Mon Feb 27 20:33:13 UTC 2023


commit 7b6665337dabc82f862ff986c9b5fb6ee8c70c19
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Feb 27 21:32:01 2023 +0100

    cstyle

diff --git a/bin/varnishd/cache/cache_vrt_vcl.c b/bin/varnishd/cache/cache_vrt_vcl.c
index 56ad0340e..2ba29b0a0 100644
--- a/bin/varnishd/cache/cache_vrt_vcl.c
+++ b/bin/varnishd/cache/cache_vrt_vcl.c
@@ -260,7 +260,7 @@ retire_backend(VCL_BACKEND *bp)
 
 	if (temp->is_warm)
 		VDI_Event(d, VCL_EVENT_COLD);
-	if(vdir->methods->destroy != NULL)
+	if (vdir->methods->destroy != NULL)
 		vdir->methods->destroy(d);
 	assert (d == vdir->dir);
 	vcldir_free(vdir);


More information about the varnish-commit mailing list