Placement of the opening brace for function declarations.
function f() { return; }
function f(){ return; }