bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25331: [PATCH] Unwrap single statement code blocks


From: Eli Zaretskii
Subject: bug#25331: [PATCH] Unwrap single statement code blocks
Date: Sat, 07 Jan 2017 10:32:10 +0200

tags 25331 notabug
close 25331
thanks

> From: Chris Gregory <czipperz@gmail.com>
> Date: Mon, 02 Jan 2017 00:19:26 -0800
> 
> This patch changes many blocks that look like:
> 
>     if (x)
>       {
>         statement;
>       }
> 
> to
> 
>     if (x)
>       statement;

Thanks, but I think the original style is better, as it makes more
clear what is the body of the 'if'.

Also, this again changes ralloc.c on whose maintenance I'd rather not
spend any effort.





reply via email to

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