After thinking about it more, spaces before should not be mentioned because these are covered by operators and statements already:
From section 5, control structures:
> - There must not be a space after the opening parenthesis
> - There MUST NOT be a space before the closing parenthesis
From section 6, operators:
> - All binary and ternary (but not unary) operators MUST be preceded and followed by at least
one space