Hey all,
I was just reviewing some of the code of glade3 last night, and I
noticed that at some places, instead of using the original style
if (...) {
}
there was code of the form
if (..)
{
..
..
}
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.
Archit