Maybe they should?
I mean otherwise why not do
void MyFunc() {
DoStuff();
DoOtherStuff();}
If the close-parens being on its own line is so wrong, why is it right for braces?