[master] 42a876a White space OCD

Poul-Henning Kamp phk at FreeBSD.org
Mon Jun 20 12:31:07 CEST 2016


commit 42a876adbb949d4b5e479ad7b4ace32d9c8559cd
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jun 20 10:29:02 2016 +0000

    White space OCD

diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index 753ac8a..670aa50 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -676,7 +676,7 @@ http_rxhdr(struct http *hp)
  *
  * rxresp [-no_obj] (client only)
  *         Receive and parse a response's headers and body. If -no_obj is present, only get
- *         the headers. 
+ *         the headers.
  */
 static void
 cmd_http_rxresp(CMD_ARGS)
@@ -972,8 +972,8 @@ http_tx_parse_args(char * const *av, struct vtclog *vl, struct http *hp,
  *                 Generate and input a body that is NUMBER bytes-long.
  *
  *         \-gziplevel NUMBER
- *	           Set the gzip level (call it before any of the other gzip
- *	           switches).
+ *		   Set the gzip level (call it before any of the other gzip
+ *		   switches).
  *
  *         \gzipresidual NUMBER
  *                 Add extra gzip bits. You should never need it.
@@ -1427,7 +1427,7 @@ cmd_http_chunkedlen(CMD_ARGS)
 /* SECTION: client-server.spec.timeout
  *
  * timeout NUMBER
- *         Set the TCP timeout for this entity. 
+ *         Set the TCP timeout for this entity.
  */
 
 static void
@@ -1584,14 +1584,14 @@ cmd_http_fatal(CMD_ARGS)
 }
 
 /* SECTION: client-server.spec.delay
- * 
+ *
  * delay
- *         Same as for the top-level delay.
+ *	Same as for the top-level delay.
  *
  * SECTION: client-server.spec.barrier
  *
  * barrier
- *         Same as for the top-level barrier
+ *	Same as for the top-level barrier
  */
 
 /**********************************************************************
diff --git a/bin/varnishtest/vtc_logexp.c b/bin/varnishtest/vtc_logexp.c
index 3b14d81..338c117 100644
--- a/bin/varnishtest/vtc_logexp.c
+++ b/bin/varnishtest/vtc_logexp.c
@@ -32,7 +32,7 @@
  * process records trying to match the first pattern, and when done, will
  * continue processing, trying to match the following pattern. If a pattern
  * isn't matched, the test will fail.
- * 
+ *
  * logexpect threads are declared this way::
  *
  *         logexpect lNAME -v <id> [-g <grouping>] [-d 0|1] [-q query] \
@@ -68,7 +68,7 @@
  *
  * \-start
  *         Start the logexpect thread in the background.
- * 
+ *
  * \-wait
  *         Wait for the logexpect thread to finish
  *
@@ -76,7 +76,7 @@
  *
  * \-b|-c
  *         Process only backend/client records.
- * 
+ *
  * \-C
  *         Use caseless regex
  *
diff --git a/include/tbl/boc_state.h b/include/tbl/boc_state.h
index c3a2586..5f71c7a 100644
--- a/include/tbl/boc_state.h
+++ b/include/tbl/boc_state.h
@@ -27,7 +27,7 @@
  */
 
 /*lint -save -e525 -e539 */
-BOC_STATE(INVALID, 	invalid)	/* don't touch (yet) */
+BOC_STATE(INVALID,	invalid)	/* don't touch (yet) */
 BOC_STATE(REQ_DONE,	req_done)	/* beresp.* can be examined */
 BOC_STATE(PREP_STREAM,	prep_stream)	/* Prepare for streaming */
 BOC_STATE(STREAM,	stream)		/* beresp.* can be examined */



More information about the varnish-commit mailing list