This option controls whether spaces should be inserted between the parameter-list parentheses and the parameters in a method declaration.
void Method( int x ) {}
void Method(int x) {}