[Glade-devel] Coding style
Tristan Van Berkom
Tristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 16 Dec 2004 16:52:27 -0500
On Thu, 16 Dec 2004 21:31:10 +0000, Archit Baweja
<bighead@users.sourceforge.net> wrote:
[...]
> Same for some while loops etc.
>
> I know its a little thing, but I'd recommend following one style, that
> too the old one. Keeping the coding style consistent is a good thing.
Argh,
we went through all that a few months ago during the project
revival, the HACKING file has a note about that.
The style is:
=========
if (...)
{
/* ... */
}
=========
The other style (still present in some areas of the code) is
being removed slowly, patch by patch.
Cheers,
-Tristan