Indentation
Like comment, proper indentation facilitates understanding of code
Indentation should follow logical blocks
Curley brackets “{}” should be depth balanced with their beginings
Most tools (Codewarrior, Visual Studio) will indent code for you with the TAB key.