Incidentally if you read the GNU coding standards I think you'll find they really ARE that bad (http://www.gnu.org/prep/standards/html_node/Formatting.html#...)
Holy crap. Function calls with a space? foo (x,y);
Braces indented halfway into the "else" keyword? Ugh. I'm no C guru but even has a freshman cs major I'd recognize that as ugly.
Incidentally if you read the GNU coding standards I think you'll find they really ARE that bad (http://www.gnu.org/prep/standards/html_node/Formatting.html#...)