]> granicus.if.org Git - nethack/commit
src/ formatting
authorPatR <rankin@nethack.org>
Sun, 18 Nov 2018 00:40:53 +0000 (16:40 -0800)
committerPatR <rankin@nethack.org>
Sun, 18 Nov 2018 00:40:53 +0000 (16:40 -0800)
commit27fe555bc1e4af8b2f250d4c2bd89781a0288107
tree1835042a76685a16215a9b0f3f2f01e88e63592b
parent8f4c2d2a82d123cc36708e717b8347c53442e4de
src/ formatting

Clean up quite a bit of minor things found with simple grep patterns:
operator at end of continued line instead of beginning of continuation
(and a few comments which produced false matches, so that they won't
do so next time), trailing spaces (only one or two of those), tabs (a
dozen or so of those), several casts which didn't have a space between
the type and the expression (I wasn't systematic about finding these).

I think the only code change was in the function for the help command.
17 files changed:
src/botl.c
src/display.c
src/dogmove.c
src/dokick.c
src/dothrow.c
src/mkmaze.c
src/mthrowu.c
src/objnam.c
src/options.c
src/pager.c
src/potion.c
src/read.c
src/role.c
src/sp_lev.c
src/trap.c
src/vision.c
src/wizard.c