Hello all, In browsing through the code, I spent some time fixing up the whitespace -- mostly replacing tabs and putting '{' on new lines. The number of files it touches is large, but it is all just spaces and newlines.
I've attached a patch. What patch submission protocol have you been using? I didn't see any specific protocol mentioned on the wiki, so I figured emailing the list was the best for now. Also, I noticed one thing that the style guide allows that might be worth restricting: One-line 'if' statements without brackets -- especially when the body also includes a comment. I saw a few of these occur throughout the code; I think they are awkward to read, and prone to error. Any thoughts about requiring brackets around all if statement bodies in the style guid? Thanks! Marty