[master] 15a627c4c Whitespace OCD

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Aug 28 10:07:11 UTC 2018


commit 15a627c4cf306800c4dd5dd8854a27b6bf056c48
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Aug 28 12:04:07 2018 +0200

    Whitespace OCD

diff --git a/bin/varnishd/cache/cache_vrt_priv.c b/bin/varnishd/cache/cache_vrt_priv.c
index 09c18c54f..b29f12047 100644
--- a/bin/varnishd/cache/cache_vrt_priv.c
+++ b/bin/varnishd/cache/cache_vrt_priv.c
@@ -139,6 +139,7 @@ VRT_priv_task(VRT_CTX, const void *vmod_id)
 {
 	uintptr_t id;
 	struct vrt_privs *vps;
+	struct vmod_priv *vp;
 
 	CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
 	assert(ctx->req == NULL || ctx->bo == NULL);
@@ -155,8 +156,9 @@ VRT_priv_task(VRT_CTX, const void *vmod_id)
 		id = (uintptr_t)cli_task_privs;
 		CAST_OBJ_NOTNULL(vps, cli_task_privs, VRT_PRIVS_MAGIC);
 	}
-	return (vrt_priv_dynamic(ctx->vcl, ctx->ws,
-				 vps, id, (uintptr_t)vmod_id));
+
+	vp = vrt_priv_dynamic(ctx->vcl, ctx->ws, vps, id, (uintptr_t)vmod_id);
+	return (vp);
 }
 
 struct vmod_priv *


More information about the varnish-commit mailing list