Commit a40f2fdb authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Fix indentation

parent 06ebc9ed
......@@ -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",
......
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