You may want to look at Linux Torvalds coding standards for the kernel. I have converted them to HTML.
if( a>b ){ a++; }
if( a>b ) { a++; }