CompuServe Messages

{ Coding can of worms }

    18-Feb-91 20:36:25
Fm: Syndesis 76004,1763
To: Jane R. Hansen 72377,3621
I'm partial to the original Kernighan and Ritchie style, where the left brace is on the same line as the 'if', and the right brace is at the same indent level with the 'if', and the inner code is indented a certain level… for me, it's four spaces. I put braces on every 'if', even if it encloses only a single statement.