]> granicus.if.org Git - nethack/commit
miscellaneous reformatting
authorPatR <rankin@nethack.org>
Tue, 31 Dec 2019 02:37:42 +0000 (18:37 -0800)
committerPatR <rankin@nethack.org>
Tue, 31 Dec 2019 02:37:42 +0000 (18:37 -0800)
commit6e90c4deedd234fe7b792206bb6940e7b4587faf
tree17cd6081a75df79c6b6bfd1eec327d455bd18c23
parent31fadff2c121259ae2767b1c1789a9f06da1ddb7
miscellaneous reformatting

Some new code was using 3.4.3 era formatting (operators at end of
first half of a continued line rather than at start of second half).
Also a few cases of 'g.' prefix making lines be too wide.  I imagine
there will be a lot more of these over time.
src/lock.c
src/mon.c
src/pickup.c
src/trap.c