[master] 39a5eb2ff Buy fetch steps some white space

Nils Goroll nils.goroll at uplex.de
Wed Sep 29 15:30:08 UTC 2021


commit 39a5eb2ff4155b8c34691feb02c37116c6a8f5e8
Author: Nils Goroll <nils.goroll at 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
 


More information about the varnish-commit mailing list