bug-indent
[Top][All Lists]
Advanced

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

Re: [Bug-indent] Feature request


From: david ingamells
Subject: Re: [Bug-indent] Feature request
Date: Tue, 18 Jun 2002 19:38:34 +0200

Daniele,
This is the right address. I'll add it to the wish list, but can you send a 
small code snippet to show exactly what you mean? I cannot think if an 
instance when this would happen. The only case that might occur:

while (*(x++))
{
}

should not because there should be a comment in the else to say that the 
empty code block is intentionally empty:

e.g.
while (*(x++))
{
   /* intentionally empty block */
}
However, even if this is the situation you were thinking of it can still be 
added to the wish list. I must warn you that there are other things that will 
have a higher priority.

Regards,
David.
On Tuesday 18 June 2002 12:38 am, Daniele Ricci wrote:

> Hello,
>
> sorry for my english,
> I whould want that indent can put the '}' in the same line of '{' if
> there is nothing between them.
> If it is not the correct address to ask this kind of help, can you tell
> me which one is the correct?
>
> Thank you,
> Daniele Ricci.
>
>
> _______________________________________________
> Bug-indent mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-indent

-- 
David Ingamells
address@hidden
+31 (013) 5093388     (home)
+31 615010947 (mobile)



reply via email to

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