Commit 6868b643 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix whitespace in compiled vcl

parent 62a2da09
......@@ -291,10 +291,10 @@ parse_hash_data(struct vcc *tl)
vcc_NextToken(tl);
SkipToken(tl, '(');
Fb(tl, 1, "VRT_hashdata(ctx, ");
Fb(tl, 1, "VRT_hashdata(ctx,\n ");
vcc_Expr(tl, STRING_LIST);
ERRCHK(tl);
Fb(tl, 0, ");\n");
Fb(tl, 1, ");\n");
SkipToken(tl, ')');
}
......
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