Commit 544749c9 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Whitespace

parent 2ddab727
...@@ -233,7 +233,7 @@ vmod_cache_req_body(VRT_CTX, VCL_BYTES size) ...@@ -233,7 +233,7 @@ vmod_cache_req_body(VRT_CTX, VCL_BYTES size)
CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC); CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
result = VRT_CacheReqBody(ctx, size); result = VRT_CacheReqBody(ctx, size);
VSLb(ctx->vsl, SLT_Debug,"VRT_CacheReqBody(%zu): %d", VSLb(ctx->vsl, SLT_Debug, "VRT_CacheReqBody(%zu): %d",
(size_t)size, result); (size_t)size, result);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment