[master] f74ab7ab1 varnishtest: Whitespace OCD
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Fri May 28 10:17:05 UTC 2021
commit f74ab7ab109bea2b1277c394b27334ce5b35b8fe
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Fri May 28 12:15:40 2021 +0200
varnishtest: Whitespace OCD
diff --git a/bin/varnishtest/vtc_server.c b/bin/varnishtest/vtc_server.c
index 87637ed73..77dcae8dc 100644
--- a/bin/varnishtest/vtc_server.c
+++ b/bin/varnishtest/vtc_server.c
@@ -165,7 +165,7 @@ server_listen_uds(struct server *s, const char **errp)
errno = 0;
if (unlink(s->listen) != 0 && errno != ENOENT)
vtc_fatal(s->vl, "Could not unlink %s before bind: %s",
- s->listen, strerror(errno));
+ s->listen, strerror(errno));
/*
* Temporarily set the umask to 0 to avoid issues with
* permissions.
More information about the varnish-commit
mailing list