algorithms.c: Reformat some of the `keysz' code.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 29 Jul 2017 00:10:52 +0000 (01:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 10 Nov 2018 01:30:58 +0000 (01:30 +0000)
commit838ab173c38713fbf8aebde9417ff6b78275b579
treec6734e27bebc27fbac39bcb6f8eba6a7ee365534
parent659a6927d969b4e11eb1c78c5ab1ff2cc3f222bc
algorithms.c: Reformat some of the `keysz' code.

Nothing major.  Remove the separate check that max >= 0 since it's
implied by 0 <= min <= dfl <= max.
algorithms.c