On Mon, May 4, 2015 at 6:45 AM, Michael Paquier <[email protected]> wrote:
> 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, ", ");
> + appendStringInfo(buf, "FOR TYPE %s",
> format_type_be(trftypes[i]));
> + }
>
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
