On 24/07/08 11:23AM, Karthik Nayak wrote: > There are some spacing rules that we follow in the project and it makes > sen to formalize them: > * Ensure there is no space inserted after the logical not '!' operator. > * Ensure there is no space before the case statement's color. s/color/colon > * Ensure there is no space before the first bracket '[' of an array. > * Ensure there is no space in empty blocks.