[master] 17ed3e9 white space nits
Poul-Henning Kamp
phk at varnish-cache.org
Tue Nov 26 16:58:10 CET 2013
commit 17ed3e94857eb20065d5707cf2e749f6e1c4524d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Nov 26 07:40:06 2013 +0000
white space nits
diff --git a/bin/varnishd/cache/cache_fetch_proc.c b/bin/varnishd/cache/cache_fetch_proc.c
index 97a35c2..317afbb 100644
--- a/bin/varnishd/cache/cache_fetch_proc.c
+++ b/bin/varnishd/cache/cache_fetch_proc.c
@@ -90,6 +90,7 @@ VFP_Error(struct busyobj *bo, const char *error)
* 'estimate' is the estimate of the number of bytes we expect to receive,
* as seen on the socket, or zero if unknown.
*/
+
static void __match_proto__(vfp_begin_f)
vfp_nop_begin(struct busyobj *bo, size_t estimate)
{
diff --git a/bin/varnishd/cache/cache_gzip.c b/bin/varnishd/cache/cache_gzip.c
index 4c8f9e2..8b46bbd 100644
--- a/bin/varnishd/cache/cache_gzip.c
+++ b/bin/varnishd/cache/cache_gzip.c
@@ -349,7 +349,6 @@ VDP_gunzip(struct req *req, enum vdp_action act, const void *ptr, ssize_t len)
return (0);
}
-
/*--------------------------------------------------------------------
* Gunzip ibuf into outb, if it runs full, emit it with WRW.
* Leave flushing to caller, more data may be coming.
More information about the varnish-commit
mailing list