Commit f12e24ef authored by Lasse Karstensen's avatar Lasse Karstensen

Remove extra whitespace in generated C code.

parent 42c33b09
......@@ -348,7 +348,7 @@ EmitInitFini(const struct vcc *tl)
Fc(tl, 0, "\t\treturn(VGC_Load(ctx));\n");
Fc(tl, 0, "\tif (ev == VCL_EVENT_DISCARD)\n");
Fc(tl, 0, "\t\treturn(VGC_Discard(ctx));\n");
Fc(tl, 0, "\t\n");
Fc(tl, 0, "\n");
VTAILQ_FOREACH(p, &tl->inifin, list) {
AZ(VSB_finish(p->event));
if (VSB_len(p->event))
......
......@@ -78,7 +78,7 @@ vcc_Var_Wildcard(struct vcc *tl, const struct token *t, const struct symbol *wc)
bprintf(buf, "&VGC_%s_%s", vh->rname, cnam);
v->rname = TlDup(tl, buf);
bprintf(buf, "VRT_SetHdr(ctx, %s, ", v->rname);
bprintf(buf, "VRT_SetHdr(ctx, %s,", v->rname);
v->lname = TlDup(tl, buf);
sym = VCC_AddSymbolTok(tl, t, SYM_VAR);
......
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