r2252 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Thu Nov 15 15:18:41 CET 2007


Author: des
Date: 2007-11-15 15:18:39 +0100 (Thu, 15 Nov 2007)
New Revision: 2252

Modified:
   trunk/varnish-cache/bin/varnishd/cache_response.c
Log:
Whitespace cleanup


Modified: trunk/varnish-cache/bin/varnishd/cache_response.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_response.c	2007-11-09 22:59:44 UTC (rev 2251)
+++ trunk/varnish-cache/bin/varnishd/cache_response.c	2007-11-15 14:18:39 UTC (rev 2252)
@@ -126,10 +126,10 @@
 	http_CopyResp(sp->http, sp->obj->http);
 	http_FilterFields(sp->wrk, sp->fd, sp->http, sp->obj->http,
 	    HTTPH_A_DELIVER);
-	
+
 	TIM_format(TIM_real(), time_str);
 	http_PrintfHeader(sp->wrk, sp->fd, sp->http, "Date: %s", time_str);
-	
+
 	if (sp->xid != sp->obj->xid)
 		http_PrintfHeader(sp->wrk, sp->fd, sp->http,
 		    "X-Varnish: %u %u", sp->xid, sp->obj->xid);
@@ -167,7 +167,7 @@
 			sp->wrk->acct.hdrbytes +=
 			    WRK_Write(sp->wrk, lenbuf, -1);
 		}
-		
+
 		VTAILQ_FOREACH(st, &sp->obj->store, list) {
 			CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
 			CHECK_OBJ_NOTNULL(st, STORAGE_MAGIC);
@@ -192,7 +192,7 @@
 			WRK_Write(sp->wrk, st->ptr, st->len);
 		}
 		assert(u == sp->obj->len);
-		if (sp->esis > 0) 
+		if (sp->esis > 0)
 			WRK_Write(sp->wrk, "\r\n", -1);
 	}
 	if (WRK_Flush(sp->wrk))




More information about the varnish-commit mailing list