VGC cstyle

do someone a favor and reformat the VPI_vcl_fini() call.

Because ifp->fin basically gets output via "\t%s\n", this triggers my
OCD in a some other way ;), but I am not going down that rabbit hole
at this point...
parent cccb8c1d
......@@ -741,7 +741,8 @@ vcc_CompileSource(struct vcc *tl, struct source *sp, const char *jfile)
* must always be called, also on failure.
*/
ifp->ignore_errors = 1;
VSB_cat(ifp->fin, "\t\tVGC_function_vcl_fini(ctx);VPI_vcl_fini(ctx);");
VSB_cat(ifp->fin, "\t\tVGC_function_vcl_fini(ctx);\n");
VSB_cat(ifp->fin, "\t\t\tVPI_vcl_fini(ctx);");
/* Emit method functions */
Fh(tl, 1, "\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