Reports any whitespace in a function call between the function name and the open parenthesis, which is not supported by default.
Example (MySQL):
SELECT MAX (qty) FROM orders;