outmacho.c: stylistic cleanups
authorH. Peter Anvin <hpa@zytor.com>
Sat, 14 Apr 2007 08:03:02 +0000 (08:03 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 14 Apr 2007 08:03:02 +0000 (08:03 +0000)
commitf4ba92577e012cf62a1d0833bbc5e7fa27101074
treee06bdd86122966113f363c65802071000bd341fe
parentb2a0380eb8a4bba698401f59fe4b557e63662fb0
outmacho.c: stylistic cleanups

- No need to cast (int32_t)NULL for a sentinel; just write 0.
- Fix weird formatting of a structure.
- Remove redundant parantheses.
output/outmacho.c