bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#485764: Regression with --blank-lines-after-declarations in 2.2.10 (


From: Santiago Vila
Subject: Bug#485764: Regression with --blank-lines-after-declarations in 2.2.10 (fwd)
Date: Wed, 11 Jun 2008 12:40:42 +0200 (CEST)

Hello.

I received this from the Debian bug system.

---------- Forwarded message ----------
From: "Sebastian [UTF-8] Dröge" <address@hidden>
To: Debian Bug Tracking System <address@hidden>
Date: Wed, 11 Jun 2008 11:24:23 +0200
Subject: Bug#485764: Regression with --blank-lines-after-declarations in 2.2.10

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]