Commit 42a876ad authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White space OCD

parent ff29e5d4
...@@ -676,7 +676,7 @@ http_rxhdr(struct http *hp) ...@@ -676,7 +676,7 @@ http_rxhdr(struct http *hp)
* *
* rxresp [-no_obj] (client only) * rxresp [-no_obj] (client only)
* Receive and parse a response's headers and body. If -no_obj is present, only get * Receive and parse a response's headers and body. If -no_obj is present, only get
* the headers. * the headers.
*/ */
static void static void
cmd_http_rxresp(CMD_ARGS) cmd_http_rxresp(CMD_ARGS)
...@@ -972,8 +972,8 @@ http_tx_parse_args(char * const *av, struct vtclog *vl, struct http *hp, ...@@ -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. * Generate and input a body that is NUMBER bytes-long.
* *
* \-gziplevel NUMBER * \-gziplevel NUMBER
* Set the gzip level (call it before any of the other gzip * Set the gzip level (call it before any of the other gzip
* switches). * switches).
* *
* \gzipresidual NUMBER * \gzipresidual NUMBER
* Add extra gzip bits. You should never need it. * Add extra gzip bits. You should never need it.
...@@ -1427,7 +1427,7 @@ cmd_http_chunkedlen(CMD_ARGS) ...@@ -1427,7 +1427,7 @@ cmd_http_chunkedlen(CMD_ARGS)
/* SECTION: client-server.spec.timeout /* SECTION: client-server.spec.timeout
* *
* timeout NUMBER * timeout NUMBER
* Set the TCP timeout for this entity. * Set the TCP timeout for this entity.
*/ */
static void static void
...@@ -1584,14 +1584,14 @@ cmd_http_fatal(CMD_ARGS) ...@@ -1584,14 +1584,14 @@ cmd_http_fatal(CMD_ARGS)
} }
/* SECTION: client-server.spec.delay /* SECTION: client-server.spec.delay
* *
* delay * delay
* Same as for the top-level delay. * Same as for the top-level delay.
* *
* SECTION: client-server.spec.barrier * SECTION: client-server.spec.barrier
* *
* barrier * barrier
* Same as for the top-level barrier * Same as for the top-level barrier
*/ */
/********************************************************************** /**********************************************************************
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* process records trying to match the first pattern, and when done, will * process records trying to match the first pattern, and when done, will
* continue processing, trying to match the following pattern. If a pattern * continue processing, trying to match the following pattern. If a pattern
* isn't matched, the test will fail. * isn't matched, the test will fail.
* *
* logexpect threads are declared this way:: * logexpect threads are declared this way::
* *
* logexpect lNAME -v <id> [-g <grouping>] [-d 0|1] [-q query] \ * logexpect lNAME -v <id> [-g <grouping>] [-d 0|1] [-q query] \
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
* *
* \-start * \-start
* Start the logexpect thread in the background. * Start the logexpect thread in the background.
* *
* \-wait * \-wait
* Wait for the logexpect thread to finish * Wait for the logexpect thread to finish
* *
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
* *
* \-b|-c * \-b|-c
* Process only backend/client records. * Process only backend/client records.
* *
* \-C * \-C
* Use caseless regex * Use caseless regex
* *
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
*/ */
/*lint -save -e525 -e539 */ /*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(REQ_DONE, req_done) /* beresp.* can be examined */
BOC_STATE(PREP_STREAM, prep_stream) /* Prepare for streaming */ BOC_STATE(PREP_STREAM, prep_stream) /* Prepare for streaming */
BOC_STATE(STREAM, stream) /* beresp.* can be examined */ BOC_STATE(STREAM, stream) /* beresp.* can be examined */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment