Well?

Well?

Attached: foobar.png (1449x640, 48K)

Left, of course

well? general??

if (condition)
{ foo();
bar(); }
else
{ bar();
foo(); }

left but with no space after else
I never put spaces before my braces

refactor foo & bar so their order is independent of condition

This, but to answer the question... Depends on the language. Sometimes I don't use { } at all

void *ptr = (void *)malloc(8);

>I never put spaces before my braces
I hope you get raped by a pack of niggers you piece of shit

Rightmost is preferred.
Middle one is acceptable.
Leftmost is just pure cancer.