[master] 04c1c92 panic: fix indent

Nils Goroll nils.goroll at uplex.de
Wed Nov 9 14:46:05 CET 2016


commit 04c1c92d8b9a3bb87375d5f66708516443a5e2e9
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Nov 9 14:45:34 2016 +0100

    panic: fix indent

diff --git a/bin/varnishd/cache/cache_panic.c b/bin/varnishd/cache/cache_panic.c
index 1685d61..68253ff 100644
--- a/bin/varnishd/cache/cache_panic.c
+++ b/bin/varnishd/cache/cache_panic.c
@@ -518,9 +518,10 @@ pan_sess(struct vsb *vsb, const struct sess *sp)
 		VSB_indent(vsb, -2);
 		VSB_printf(vsb, "}");
 	}
+	VSB_printf(vsb, "\n");
 	ci = SES_Get_String_Attr(sp, SA_CLIENT_IP);
 	cp = SES_Get_String_Attr(sp, SA_CLIENT_PORT);
-	VSB_printf(vsb, "\nclient = %s %s,\n", ci, cp);
+	VSB_printf(vsb, "client = %s %s,\n", ci, cp);
 
 	VSB_indent(vsb, -2);
 	VSB_printf(vsb, "},\n");



More information about the varnish-commit mailing list