]> granicus.if.org Git - nethack/commit
do.c formatting
authorPatR <rankin@nethack.org>
Sun, 5 Jul 2015 00:07:41 +0000 (17:07 -0700)
committerPatR <rankin@nethack.org>
Sun, 5 Jul 2015 00:07:41 +0000 (17:07 -0700)
commitb1d8ce0993d40ff7915fcf5c3ac1f0f81b1c6eb6
tree8dd8a2ec816cc38b81ea9b503a7cdcf8747eb195
parent8f758cce25c0ffa68e970b937f6c645d212796c4
do.c formatting

Fix a couple of instances of a mis-indented block comment which happens
to be immediately preceded by an end-of-line comment.  Change a couple of
|  if (condition)
|    something;
|  else {
|    other_stuff;
|  }
to have braces around the 'then' part.  Remove some gratuitous 'register'
declarations.
src/do.c