Actually, when I have a conditional with only one statement I'll usually write it as:
Code:
if (something){doSomething;}
I see the point that the brackets are not needed, but everyone has their own coding habits. Not much sense in changing something that works fine IMO, and both methods work fine.