On Mon, 2005-01-10 at 11:31 -0600, Robert Shearman wrote:
You don't need to add these unnecessary brackets. They add nothing to the readability of the code.
I normally wouldn't but the code style in that section is to avoid stuff like this:
if (foo) bar else { baz }
which I do think looks weird and detracts from the readability. It's not a big deal at any rate.