Menu

#16 Infinite new line

v1.0_(example)
closed
nobody
None
5
2016-06-24
2016-01-26
bastien
No

Hi,
I m facing an issue of infinite added new line

here the example :
if (condition1)
{
if (condition2)
if (condition3)
{
code();
code();
}
// ISSUE HERE
code();
code();
}

So each time i run Uncrustify, it will add a two new line near the //ISUER HERE comment,
It s only happen cause of the if without {} followed by an if with {} (condition2 and condition3)
I attach my config file to the thread

Thanks for the look
Bastien

1 Attachments

Discussion

  • bastien

    bastien - 2016-01-26

    I repost in bug session, sry for the inconveniance

     
  • Guy Maurel

    Guy Maurel - 2016-06-24
    • status: open --> closed