<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>I noticed that we have a mixture of different code styles regarding parenthesis inside the macosx modules.</div><div>Especially I found:</div><div><br></div><div><font class="Apple-style-span" face="'Courier New'">1) if (bla && (anotherbla))</font></div><div><font class="Apple-style-span" face="'Courier New'">2) if( bla && ( anotherbla ) )</font></div><div><font class="Apple-style-span" face="'Courier New'">3) if( bla && ( anotherbla ))</font></div><div><br></div><div>I am used to the third style. What is your preference here, felix?</div><div><br></div><div>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.</div><div><br></div><div>Best regards,</div><div>David</div>
</body></html>