Various style fixes.
- Wrap long lines.
- Fix indentation.
- Remove excessive parens.
- Whitespace fixes in struct definitions.
This is probably not exhaustive, but it hits some of them. I kept the
'struct<tab>foo bar' style since it was far more dominant in this file
compared to 'struct foo<tab>bar'.