GNU bug report logs - #25331
[PATCH] Unwrap single statement code blocks

Previous Next

Package: emacs;

Reported by: Chris Gregory <czipperz <at> gmail.com>

Date: Mon, 2 Jan 2017 08:20:01 UTC

Severity: wishlist

Tags: notabug, patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #7 received at control <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Chris Gregory <czipperz <at> gmail.com>
Cc: 25331 <at> debbugs.gnu.org
Subject: Re: 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 <at> 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.




This bug report was last modified 8 years and 194 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.