[master] 5ecf47d4b Fix whitespace
Nils Goroll
nils.goroll at uplex.de
Thu Nov 7 18:08:05 UTC 2024
commit 5ecf47d4ba4825431577a9b41da2d1ac07b21154
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Thu Nov 7 19:07:33 2024 +0100
Fix whitespace
it looked right in git diff, but was not
diff --git a/bin/varnishd/cache/cache_vrt_var.c b/bin/varnishd/cache/cache_vrt_var.c
index f0726cc81..5d5be780d 100644
--- a/bin/varnishd/cache/cache_vrt_var.c
+++ b/bin/varnishd/cache/cache_vrt_var.c
@@ -579,7 +579,7 @@ VRT_r_req_##nm(VRT_CTX) \
#define REQ_VAR_U(nm, elem, val) \
\
VCL_VOID \
-VRT_u_req_##nm(VRT_CTX) \
+VRT_u_req_##nm(VRT_CTX) \
{ \
CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC); \
CHECK_OBJ_NOTNULL(ctx->req, REQ_MAGIC); \
More information about the varnish-commit
mailing list