[master] 32ffaad05 cstyle

Nils Goroll nils.goroll at uplex.de
Mon Dec 7 13:42:07 UTC 2020


commit 32ffaad05afc03715e4e124ea5140b12e66e9d6a
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Dec 7 14:37:16 2020 +0100

    cstyle

diff --git a/bin/varnishd/cache/cache_ban_lurker.c b/bin/varnishd/cache/cache_ban_lurker.c
index 25bfa604c..d0990f410 100644
--- a/bin/varnishd/cache/cache_ban_lurker.c
+++ b/bin/varnishd/cache/cache_ban_lurker.c
@@ -377,8 +377,7 @@ ban_lurker_work(struct worker *wrk, struct vsl_log *vsl)
 			    count > cutoff ? 1 : 0);
 		if (b->flags & BANS_FLAG_COMPLETED)
 			continue;
-		if (b->flags & BANS_FLAG_REQ &&
-		    count <= cutoff) {
+		if (b->flags & BANS_FLAG_REQ && count <= cutoff) {
 			if (bd != NULL)
 				bd = VTAILQ_NEXT(b, list);
 			continue;


More information about the varnish-commit mailing list