[vlc-devel] Code style in macosx-modules

Felix Paul Kühne fkuehne.videolan at googlemail.com
Fri Mar 23 10:49:57 CET 2012


Hi David,

On 22.03.2012, at 10:58, David Fuhrmann wrote:

> I noticed that we have a mixture of different code styles regarding parenthesis inside the macosx modules.
> Especially I found:
> 
> 1) if (bla && (anotherbla))
> 2) if( bla && ( anotherbla ) )
> 3) if( bla && ( anotherbla ))
> 
> I am used to the third style. What is your preference here, felix?

1) is the old "VLC coding style", which is largely discontinued nowadays.
3) is fine for me :-)


Best regards,

Felix


More information about the vlc-devel mailing list