Re: [HACKERS] Transforms patch not respecting if indentation

2015-05-07 Thread Magnus Hagander
On Mon, May 4, 2015 at 6:45 AM, Michael Paquier michael.paqu...@gmail.com wrote: Hi all, Coverity complained about a small indentation issue in ruleutils.c: + appendStringInfoString(buf, \n TRANSFORM ); + for (i = 0; i ntypes; i++) + { +

[HACKERS] Transforms patch not respecting if indentation

2015-05-03 Thread Michael Paquier
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, ,