Commit a3df17bd authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Whitespace OCD

parent 7a28f076
......@@ -67,8 +67,7 @@ struct client {
pthread_t tp;
};
static VTAILQ_HEAD(, client) clients =
VTAILQ_HEAD_INITIALIZER(clients);
static VTAILQ_HEAD(, client) clients = VTAILQ_HEAD_INITIALIZER(clients);
/**********************************************************************
* Send the proxy header
......
......@@ -74,5 +74,3 @@ struct http {
uint64_t iws;
int64_t ws;
};
......@@ -68,7 +68,7 @@
* Filter records using a query expression, see ``man vsl-query`` for
* more information.
* \-m
* Also emit log records for misses (only for debugging)
* Also emit log records for misses (only for debugging)
*
* \-start
* Start the logexpect thread in the background.
......
......@@ -67,8 +67,7 @@ struct server {
static pthread_mutex_t server_mtx;
static VTAILQ_HEAD(, server) servers =
VTAILQ_HEAD_INITIALIZER(servers);
static VTAILQ_HEAD(, server) servers = VTAILQ_HEAD_INITIALIZER(servers);
/**********************************************************************
* Allocate and initialize a server
......
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