[master] bd40f50 Style nit

Poul-Henning Kamp phk at varnish-cache.org
Sun Jun 16 15:46:06 CEST 2013


commit bd40f50d9d4768c194564d3f14f93d2cf7016652
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sun Jun 16 12:38:13 2013 +0000

    Style nit

diff --git a/bin/varnishd/cache/cache_rfc2616.c b/bin/varnishd/cache/cache_rfc2616.c
index d0d0d87..5b887a2 100644
--- a/bin/varnishd/cache/cache_rfc2616.c
+++ b/bin/varnishd/cache/cache_rfc2616.c
@@ -240,8 +240,7 @@ RFC2616_Body(struct busyobj *bo, struct dstat *stats)
 		return (BS_ERROR);
 	}
 
-	if (http_GetHdr(hp, H_Content_Length,
-	    &bo->h_content_length)) {
+	if (http_GetHdr(hp, H_Content_Length, &bo->h_content_length)) {
 		stats->fetch_length++;
 		return (BS_LENGTH);
 	}



More information about the varnish-commit mailing list