I put braces around 1 line code blocks as well, it keeps things imho more organized. :\
except it makes ur code look more newbish
too many bracers and your code starts looking really gay like:
if(blah)
{
blah;
}
else
{
blah;
}
in my HUMBLE opini0n, this looks c00ler:
if(blah)
blah;
else
blah;
it makes it more compact and is more ejeet