On lun, 2007-12-31 at 02:11 +0100, Guillaume Desmottes wrote:
> Le dimanche 30 décembre 2007 à 23:12 +0100, Xavier Claessens a écrit :
> > - Coding style: Even for one instruction after a if statement I add
> > brackets.
> > if (cond) {
> >     stuff;
> > }
> 
> And if you want to fit Collabora coding style:
> if (cond)
>   {
>     stuff;
>   }

I don't want to fit Collabora coding style, empathy's style is
completely different and I think it's better to keep the same coding
style everywhere in empathy.

Xavier Claessens.

_______________________________________________
Telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to