Simplify an if clause using De Morgan's law.
authortb <tb@openbsd.org>
Fri, 13 Aug 2021 10:45:26 +0000 (10:45 +0000)
committertb <tb@openbsd.org>
Fri, 13 Aug 2021 10:45:26 +0000 (10:45 +0000)
commit177a8915a47849298740bc7b772e9677d698b1af
treef3bff11dfddbe345e1f7b16d4bd4fed1a0884e15
parent8b5f200da98efc14f8d43af38cd9e76fcbba9b46
Simplify an if clause using De Morgan's law.

Using the fact that since r1.53 prec is always non-negative and that
r1.50 added an initialization of use_unif, we can eliminate a couple
of lines and make the intention clearer.

ok martijn
usr.bin/jot/jot.c