Jan Ptacek - 2009-10-18

ha, I've not written it quite clearly:
what I dislike is a newline before a comment when it is the first token in a block:
if (1) {

# UGLY comment describing a branch
call_function();

# NICE comment
call_funcion2();
}

though I do like newlines before block comments later in the block.