[vlc-devel] Code style in macosx-modules

David Fuhrmann david.fuhrmann at googlemail.com
Thu Mar 22 10:58:06 CET 2012


Hi,

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?

I think it would be good if we would agree on one of these styles. Afterwards, If I have some motivation, I would try to unify the code to the chosen one.

Best regards,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120322/11b8dc9d/attachment.html>


More information about the vlc-devel mailing list