[4.1] a40f2fd Fix indentation
Martin Blix Grydeland
martin at varnish-software.com
Fri Sep 4 15:54:51 CEST 2015
commit a40f2fdb91d65e50e29bfcac9ea4f98c0b276710
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date: Fri Jul 31 16:41:21 2015 +0200
Fix indentation
diff --git a/bin/varnishd/cache/cache_panic.c b/bin/varnishd/cache/cache_panic.c
index c30c64d..e7250be 100644
--- a/bin/varnishd/cache/cache_panic.c
+++ b/bin/varnishd/cache/cache_panic.c
@@ -337,7 +337,7 @@ pan_req(struct vsb *vsb, const struct req *req)
if (req->err_code)
VSB_printf(vsb,
- " err_code = %d, err_reason = %s,\n", req->err_code,
+ "err_code = %d, err_reason = %s,\n", req->err_code,
req->err_reason ? req->err_reason : "(null)");
VSB_printf(vsb, "restarts = %d, esi_level = %d,\n",
More information about the varnish-commit
mailing list