[master] d8d9cd0 Whitespace ocd
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Thu May  7 09:08:13 CEST 2015
    
    
  
commit d8d9cd02baca776af7ac821be642fe90dc7ef5c7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 7 06:05:58 2015 +0000
    Whitespace ocd
diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index 4e40ae1..8464662 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -996,7 +996,7 @@ cmd_http_recv(CMD_ARGS)
 		i = read(hp->fd, u, n > 32 ? 32 : n);
 		if (i > 0)
 			vtc_dump(hp->vl, 4, "recv", u, i);
-		else 
+		else
 			vtc_log(hp->vl, hp->fatal, "recv() got %d (%s)", i,
 			    strerror(errno));
 		n -= i;
    
    
More information about the varnish-commit
mailing list