[master] 9a5b477 Correct indent level of closing bracket in pan_wrk()

Martin Blix Grydeland martin at varnish-cache.org
Thu Dec 1 12:58:17 CET 2011


commit 9a5b4779043aa90af7d5b5f4a13d6e34f787ecb5
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Dec 1 12:53:51 2011 +0100

    Correct indent level of closing bracket in pan_wrk()

diff --git a/bin/varnishd/cache/cache_panic.c b/bin/varnishd/cache/cache_panic.c
index cf39489..798ba53 100644
--- a/bin/varnishd/cache/cache_panic.c
+++ b/bin/varnishd/cache/cache_panic.c
@@ -203,7 +203,7 @@ pan_wrk(const struct worker *wrk)
 		pan_http("beresp", wrk->beresp, 4);
 	if (wrk->resp->ws != NULL)
 		pan_http("resp", wrk->resp, 4);
-	VSB_printf(pan_vsp, "    },\n");
+	VSB_printf(pan_vsp, "  },\n");
 }
 
 static void



More information about the varnish-commit mailing list