American Chemical Society

Put a space after each comma in argument lists and after the semicolons separating expressions in a for statement. Put a space before and after every binary operator (like +, -, etc.). Never put a space between a unary operator and its operand (e.g., unary minus). Put a space before and after pointer variants (star, ampersand) in declarations. ................
................