[master] a3df17bda Whitespace OCD
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Wed Nov 13 21:14:09 UTC 2019
commit a3df17bda463f412243af317efb84213da542fd0
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Wed Nov 13 19:04:05 2019 +0100
Whitespace OCD
diff --git a/bin/varnishtest/vtc_client.c b/bin/varnishtest/vtc_client.c
index 9777da7ba..2722488a1 100644
--- a/bin/varnishtest/vtc_client.c
+++ b/bin/varnishtest/vtc_client.c
@@ -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
diff --git a/bin/varnishtest/vtc_http.h b/bin/varnishtest/vtc_http.h
index 0091eaa1a..0e6337839 100644
--- a/bin/varnishtest/vtc_http.h
+++ b/bin/varnishtest/vtc_http.h
@@ -74,5 +74,3 @@ struct http {
uint64_t iws;
int64_t ws;
};
-
-
diff --git a/bin/varnishtest/vtc_logexp.c b/bin/varnishtest/vtc_logexp.c
index 7369a8642..ea14e3e68 100644
--- a/bin/varnishtest/vtc_logexp.c
+++ b/bin/varnishtest/vtc_logexp.c
@@ -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.
diff --git a/bin/varnishtest/vtc_server.c b/bin/varnishtest/vtc_server.c
index 3ff49705e..9a1a0d68e 100644
--- a/bin/varnishtest/vtc_server.c
+++ b/bin/varnishtest/vtc_server.c
@@ -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
More information about the varnish-commit
mailing list