[master] 13c7a37 Whitespace

Federico G. Schwindt fgsch at lodoss.net
Tue Feb 16 18:30:59 CET 2016


commit 13c7a372a62a51eeccce870a5531e703110d1de3
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Feb 16 17:28:32 2016 +0000

    Whitespace

diff --git a/Makefile.phk b/Makefile.phk
index 01d3e8c..afeeeb6 100644
--- a/Makefile.phk
+++ b/Makefile.phk
@@ -8,7 +8,7 @@ TOPDIR = $(CURDIR)
 include $(TOPDIR)/Makefile.inc.phk
 
 .PHONY: top_install
-top_install:	
+top_install:
 	@for d in man doc etc bin lib libexec ; do \
 		mkdir -p $(INSTALL_BASE)/$$d ; \
 	done
diff --git a/bin/varnishd/http1/cache_http1_proto.c b/bin/varnishd/http1/cache_http1_proto.c
index 49478da..a13642f 100644
--- a/bin/varnishd/http1/cache_http1_proto.c
+++ b/bin/varnishd/http1/cache_http1_proto.c
@@ -366,7 +366,7 @@ HTTP1_DissectRequest(struct http_conn *htc, struct http *hp)
 	if (!strncasecmp(hp->hd[HTTP_HDR_URL].b, "http://", 7))
 		b = e = hp->hd[HTTP_HDR_URL].b + 7;
 	else if (FEATURE(FEATURE_HTTPS_SCHEME) &&
-			!strncasecmp(hp->hd[HTTP_HDR_URL].b, "https://", 8))
+	    !strncasecmp(hp->hd[HTTP_HDR_URL].b, "https://", 8))
 		b = e = hp->hd[HTTP_HDR_URL].b + 8;
 	if (b) {
 		while (*e != '/' && *e != '\0')
diff --git a/bin/varnishtest/witness.py b/bin/varnishtest/witness.py
index 6723ef0..f57fdf2 100644
--- a/bin/varnishtest/witness.py
+++ b/bin/varnishtest/witness.py
@@ -49,4 +49,4 @@ for i in fi:
 		l = f[0]
 
 fo.write("}\n")
-	
+
diff --git a/include/tbl/feature_bits.h b/include/tbl/feature_bits.h
index 8d8870b..7bd675f 100644
--- a/include/tbl/feature_bits.h
+++ b/include/tbl/feature_bits.h
@@ -60,8 +60,7 @@ FEATURE_BIT(ESI_REMOVE_BOM,		esi_remove_bom,
     "Ignore and remove the UTF-8 BOM (0xeb 0xbb 0xbf) from front of object."
 )
 FEATURE_BIT(HTTPS_SCHEME,		https_scheme,
-	"Also split https URIs",
-	"Extract host from full URI in the request line if the scheme is "
-	"https."
+    "Also split https URIs",
+    "Extract host from full URI in the request line if the scheme is https."
 )
 /*lint -restore */
diff --git a/lib/libvarnishapi/libvarnishapi.map b/lib/libvarnishapi/libvarnishapi.map
index e5aa91d..cd3940f 100644
--- a/lib/libvarnishapi/libvarnishapi.map
+++ b/lib/libvarnishapi/libvarnishapi.map
@@ -42,7 +42,7 @@ LIBVARNISHAPI_1.0 {
 	VSM_Close;
 	VSM_iter0;
 	VSM_intern;
-	
+
 	VSC_Setup;
 	VSC_Arg;
 	VSC_Open;



More information about the varnish-commit mailing list