Mailing List Archive

[master] 39a5eb2ff Buy fetch steps some white space
commit 39a5eb2ff4155b8c34691feb02c37116c6a8f5e8
Author: Nils Goroll <nils.goroll@uplex.de>
Date: Wed Sep 29 17:23:57 2021 +0200

Buy fetch steps some white space

diff --git a/bin/varnishd/cache/cache_fetch.c b/bin/varnishd/cache/cache_fetch.c
index eb09990ff..ea5553b3f 100644
--- a/bin/varnishd/cache/cache_fetch.c
+++ b/bin/varnishd/cache/cache_fetch.c
@@ -60,7 +60,7 @@ struct fetch_step {

#define FETCH_STEP(l, U) \
static vbf_state_f vbf_stp_##l; \
- static const struct fetch_step F_STP_##U[1] = {{ .name = "Fetch Step" #l, .func = vbf_stp_##l, }};
+ static const struct fetch_step F_STP_##U[1] = {{ .name = "Fetch Step " #l, .func = vbf_stp_##l, }};
FETCH_STEPS
#undef FETCH_STEP

_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit