[master] 0a1606e Whitespace

Federico G. Schwindt fgsch at lodoss.net
Tue Jan 27 14:57:02 CET 2015


commit 0a1606e6d60636b463fcb3319ec81934ef592262
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Jan 27 13:07:29 2015 +0000

    Whitespace

diff --git a/bin/varnishd/cache/cache_http.c b/bin/varnishd/cache/cache_http.c
index 837a95f..4dcf1f9 100644
--- a/bin/varnishd/cache/cache_http.c
+++ b/bin/varnishd/cache/cache_http.c
@@ -661,7 +661,7 @@ http_DoConnection(struct http *hp)
 #define HTTPH(a, x, c)						\
 		if (!((c) & HTTPH_R_PASS) &&			\
 		    strlen(a) == u && !strncasecmp(a, b, u))	\
-				return (SC_RX_BAD);
+			return (SC_RX_BAD);
 #include "tbl/http_headers.h"
 #undef HTTPH
 /*lint -restore */
diff --git a/include/tbl/http_headers.h b/include/tbl/http_headers.h
index 53cd8fe..91ea213 100644
--- a/include/tbl/http_headers.h
+++ b/include/tbl/http_headers.h
@@ -40,7 +40,7 @@
 /*lint -save -e525 -e539 */
 
 #ifndef HTTPH_R_PASS
-#define HTTPH_R_PASS	(1 << 0   )	/* Request (c->b) in pass mode */
+#define HTTPH_R_PASS	(1 << 0)	/* Request (c->b) in pass mode */
 #define HTTPH_R_FETCH	(1 << 1)	/* Request (c->b) for fetch */
 #define HTTPH_A_INS	(1 << 2)	/* Response (b->o) for insert */
 #endif



More information about the varnish-commit mailing list