09-16-2008, 03:02 AM
It's much easier to read if a { is on the next line. Also a space between if and ( and spaces around 'expression' will be cleaner imo. Result:
Code:
if ( expression )
{
statements;
}