This option controls whether a space should appear between the method name and its opening parenthesis in a declaration.
void Method (int x) {}
void Method(int x) {}