Curly brace positioning redux.

I can't say I didn't enjoy the conversations around this question - it's just that I only got two comments on my actual question. People that want history can read the previous post - for all others (including any who want to "re-comment"), the question is simply this:

What do you think of this brace placement style. For the sake of this discussion, I don't want to hear about other styles you like, I just would like your comments on this particular example (clear enough?).

if (var < max)

{
DoSomething();

DoSomethingElse();
}

To be clear, I do really enjoy conversations about this highly controversial subject - I just want to target my answers in this particular case.