[master] b4138ae White-space nit
    Poul-Henning Kamp 
    phk at varnish-cache.org
       
    Fri Nov 22 11:10:30 CET 2013
    
    
  
commit b4138aee2b5d103ffecb3a861af0728b49f63d56
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Nov 22 10:10:22 2013 +0000
    White-space nit
diff --git a/bin/varnishtest/tests/r00940.vtc b/bin/varnishtest/tests/r00940.vtc
index 0d41b38..4e4711d 100644
--- a/bin/varnishtest/tests/r00940.vtc
+++ b/bin/varnishtest/tests/r00940.vtc
@@ -19,7 +19,7 @@ server s1 {
 	txresp -hdr {ETag: "foo4"}  -gzipbody {<H11><esi:remove> foo </esi:remove><H22>}
 } -start
 
-varnish v1 -vcl+backend { 
+varnish v1 -vcl+backend {
 	sub vcl_backend_response {
 		if (bereq.url == "/2") {
 			set beresp.do_gzip = true;
    
    
More information about the varnish-commit
mailing list