[master] 0c69a758b Whitespace OCD (Too much python have ruined my TAB-reflex)
Poul-Henning Kamp
phk at FreeBSD.org
Wed Nov 24 11:37:05 UTC 2021
commit 0c69a758bd7f0d732259c11d2abc75240edef714
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Wed Nov 24 11:34:06 2021 +0000
Whitespace OCD (Too much python have ruined my TAB-reflex)
diff --git a/lib/libvarnish/vcli_serve.c b/lib/libvarnish/vcli_serve.c
index 29510e9e8..02a3d4c84 100644
--- a/lib/libvarnish/vcli_serve.c
+++ b/lib/libvarnish/vcli_serve.c
@@ -137,7 +137,7 @@ VCLS_func_help(struct cli *cli, const char * const *av, void *priv)
cs = cli->cls;
CHECK_OBJ_NOTNULL(cs, VCLS_MAGIC);
- for (av += 2; av[0] != NULL && av[0][0] == '-'; av++) {
+ for (av += 2; av[0] != NULL && av[0][0] == '-'; av++) {
if (!strcmp(av[0], "-a")) {
filter = 3;
} else if (!strcmp(av[0], "-d")) {
More information about the varnish-commit
mailing list