int function(void) {
if (blah) {
code;
}
else {
more code;
}
}
I acquired that style from having a compiler I used to use output the level (block depth) along side the source...