[master] 12ffe07 White space nitpicking

Poul-Henning Kamp phk at FreeBSD.org
Tue Mar 1 02:08:32 CET 2016


commit 12ffe076dfda17ddd434853b1f2a9b29522e945f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 29 10:59:25 2016 +0000

    White space nitpicking

diff --git a/bin/varnishd/cache/cache_hash.c b/bin/varnishd/cache/cache_hash.c
index 3a48d86..1d9d798 100644
--- a/bin/varnishd/cache/cache_hash.c
+++ b/bin/varnishd/cache/cache_hash.c
@@ -675,7 +675,7 @@ HSH_Unbusy(struct worker *wrk, struct objcore *oc)
 	Lck_Lock(&oh->mtx);
 	assert(oh->refcnt > 0);
 	assert(oc->refcnt > 0);
-	if (!(oc->flags & OC_F_PRIVATE)) 
+	if (!(oc->flags & OC_F_PRIVATE))
 		oc->refcnt++;			// For EXP_Insert
 	/* XXX: strictly speaking, we should sort in Date: order. */
 	VTAILQ_REMOVE(&oh->objcs, oc, hsh_list);
@@ -684,7 +684,7 @@ HSH_Unbusy(struct worker *wrk, struct objcore *oc)
 	if (!VTAILQ_EMPTY(&oh->waitinglist))
 		hsh_rush(wrk, oh);
 	Lck_Unlock(&oh->mtx);
-	if (!(oc->flags & OC_F_PRIVATE)) 
+	if (!(oc->flags & OC_F_PRIVATE))
 		EXP_Insert(wrk, oc);
 }
 



More information about the varnish-commit mailing list