Nick,
I've created a new branch in my github repo which I'm dumping code cleanup patches into
here
These are only coding style cleanups - no code modifications (except for removing some typedefs)
I've used the cleanfile and checkpatch.pl scripts from the Linux kernel source. I've got no particular desire to 'force' Linux kernel coding style into the Angband source, but it's a well documented style and checkpatch.pl is really good at homing in on style violations.
So far I've done a global whitespace cleanup and a style cleanup of the z-* files.
I've created a new branch in my github repo which I'm dumping code cleanup patches into
here
These are only coding style cleanups - no code modifications (except for removing some typedefs)
I've used the cleanfile and checkpatch.pl scripts from the Linux kernel source. I've got no particular desire to 'force' Linux kernel coding style into the Angband source, but it's a well documented style and checkpatch.pl is really good at homing in on style violations.
So far I've done a global whitespace cleanup and a style cleanup of the z-* files.
Comment