]> granicus.if.org Git - nethack/commit
fix github issue #38 - indentation vs `if {}'
authorPatR <rankin@nethack.org>
Fri, 19 Oct 2018 00:15:42 +0000 (17:15 -0700)
committerPatR <rankin@nethack.org>
Fri, 19 Oct 2018 00:15:42 +0000 (17:15 -0700)
commitd2ae45984ed9d007112e1de3aa65fc6c04773fdf
treeba9bdec089713895547f4236db7e8dd093031762
parentf856837335cbe3493ee6efd7c99aee23f89130d0
fix github issue #38 - indentation vs `if {}'

Fixes #38

In 3.6.1, some code in mfind0(detect.c) was mis-indented in a way
which suggested that the grouping within braces might not be what was
intended, and that was right--there was a pair of braces missing when
compared with older versions of the code involved.  A previous patch
(post-#38) had changed the indentation to match the surrounding braces
without really addressing the issue.  But it turned out not to make
any difference either way since mundetected is only used by hiders
and eels.  This reorganizes the relevant code to make it simpler to
understand, I hope.
src/detect.c