[FFmpeg-soc] [soc]: r4919 - amr/amrnbdec.c

Ronald S. Bultje rsbultje at gmail.com
Tue Aug 4 01:03:43 CEST 2009


Hi,

On Mon, Aug 3, 2009 at 7:00 PM, Diego Biurrun<diego at biurrun.de> wrote:
> On Mon, Aug 03, 2009 at 07:37:42PM +0200, cmcq wrote:
>> Use "if { y } else z" style
>
> Please do not use idiosyncratic styles, stick to K&R.

If you have:

if (x)
    a
else
    b

Michael will ask to add {} atop (but not at the bottom), so:

if (x) {
    a
} else
    b

I think Colin does right here, although it admittely looks a bit odd...

Ronald


More information about the FFmpeg-soc mailing list