[master] bdd62b036 Code style OCD

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Sep 14 13:49:06 UTC 2020


commit bdd62b036c7bc81151c1688ef75432e7c6111d2f
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Sep 14 15:47:53 2020 +0200

    Code style OCD

diff --git a/bin/varnishd/cache/cache_fetch.c b/bin/varnishd/cache/cache_fetch.c
index c09ecafe7..b7243235a 100644
--- a/bin/varnishd/cache/cache_fetch.c
+++ b/bin/varnishd/cache/cache_fetch.c
@@ -108,7 +108,8 @@ vbf_cleanup(struct busyobj *bo)
 		VDI_Finish(bo);
 }
 
-void Bereq_Rollback(struct busyobj *bo)
+void
+Bereq_Rollback(struct busyobj *bo)
 {
 	CHECK_OBJ_NOTNULL(bo, BUSYOBJ_MAGIC);
 


More information about the varnish-commit mailing list