hack.c formatting
commit995404f6adb53c0b7f3fdc2b69b60cc6f4999815
authorPatR <rankin@nethack.org>
Sat, 7 May 2016 23:32:25 +0000 (7 16:32 -0700)
committerPatR <rankin@nethack.org>
Sat, 7 May 2016 23:32:25 +0000 (7 16:32 -0700)
tree263ed8dcc43e8c7ab58693a1188474efe1d0416c
parent7bdc5a95b7604b03c3a5c43420aa195f490da703
hack.c formatting

Triggered by a couple of mis-formatted block comments in spoteffects.
Much of the diff is adding braces to the 'if' portion of things like
  if (test)
statement;
  else {
block-of-statements;
  }
src/hack.c