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)
*
* 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
*/
/**********************************************************************
......
......@@ -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
*
......
......@@ -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 */
......
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