[master] 0868f6d white space ocd

Poul-Henning Kamp phk at FreeBSD.org
Thu May 7 09:08:13 CEST 2015


commit 0868f6d6234b9a297fa37cdaa07f8a0ce737dda7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 7 06:05:08 2015 +0000

    white space ocd

diff --git a/bin/varnishtest/tests/r01730.vtc b/bin/varnishtest/tests/r01730.vtc
index d19b479..2e15ead 100644
--- a/bin/varnishtest/tests/r01730.vtc
+++ b/bin/varnishtest/tests/r01730.vtc
@@ -3,7 +3,7 @@ varnishtest "Test connection error on pipe"
 varnish v1 -vcl {
        backend default { .host = "${bad_ip}"; }
        sub vcl_recv {
-               return (pipe);
+		return (pipe);
        }
 } -start
 
diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index c541e8f..27b3e17 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -670,14 +670,14 @@ sp_variables = [
 		The corresponding HTTP header.
 		"""
 	),
-        ('resp.is_streaming',
-                'BOOL',
-                ( 'deliver', 'synth', ),
-                ( ), """
-                Returns true when the response will be streamed
-                from the backend.
-                """
-        ),
+	('resp.is_streaming',
+		'BOOL',
+		( 'deliver', 'synth', ),
+		( ), """
+		Returns true when the response will be streamed
+		from the backend.
+		"""
+	),
 	('now',
 		'TIME',
 		( 'all',),



More information about the varnish-commit mailing list