Re: [HACKERS] Transforms patch not respecting if indentation
On Mon, May 4, 2015 at 6:45 AM, Michael Paquier wrote: > Hi all, > > Coverity complained about a small indentation issue in ruleutils.c: > + appendStringInfoString(buf, "\n TRANSFORM "); > + for (i = 0; i < ntypes; i++) > + { > + if
[HACKERS] Transforms patch not respecting if indentation
Hi all, Coverity complained about a small indentation issue in ruleutils.c: + appendStringInfoString(buf, "\n TRANSFORM "); + for (i = 0; i < ntypes; i++) + { + if (i != 0) + appendStringInfoString(buf, "