Placement of the opening brace for function declarations and definitions.
void foo() { return; }
void foo(){ return; }