This option controls whether spaces should be inserted between the parameter-list parentheses and the arguments in a method call.
Method( x, y );
Method(x, y);