Commit 4e2dce84 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

stylistic nit



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4054 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ef18895a
......@@ -63,7 +63,7 @@ pan_ws(const struct ws *ws, int indent)
vsb_printf(vsp, "%*sws = %p { %s\n", indent, "",
ws, ws->overflow ? "overflow" : "");
vsb_printf(vsp, "%*sid = \"%s\",\n", indent + 2, "", ws->id);
vsb_printf(vsp, "%*s{s,f,r,e} = {%p,", indent + 2, "", ws->s);
vsb_printf(vsp, "%*s{s,f,r,e} = {%p", indent + 2, "", ws->s);
if (ws->f > ws->s)
vsb_printf(vsp, ",+%d", ws->f - ws->s);
else
......
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