This option controls whether a space should appear between the parentheses of an empty parameter list in a method declaration.
void Method( ) {}
void Method() {}