Package: indent
Version: 2.2.10-1
Severity: important

Hi,
since 2.2.10 indent adds too many newlines when using
--blank-lines-after-declarations. Sample code below
gets a newline between the declarations of a and b
added while this parameter should only add a newline after
blocks of declarations, i.e. after the declaration of b.

>         int
>         main (int a, char ** b)
>         {
>           int a;
>           int b;
>          
>           return 0;
>         }

Bye

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to