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;
}
G.
_______________________________________________
Telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy
