Streamline and refactor the code a bit more:
authortb <tb@openbsd.org>
Tue, 16 Aug 2016 16:49:24 +0000 (16:49 +0000)
committertb <tb@openbsd.org>
Tue, 16 Aug 2016 16:49:24 +0000 (16:49 +0000)
commitb348e58412c176216b599377927200a2ed0d7526
treea4ae287e46e8f67f27a4b935b717595bdb446f6a
parent4220d8fd156d26bc4186aa43c5b51b0e3480bc5e
Streamline and refactor the code a bit more:

There are two sentinels for infinite output: infinity == true and reps == 0.
Ensure that infinity is set to true whenever reps is set to zero, then we
can always use 'if (infinity)'.

This allows us to merge the loop for deterministic output into the first
if (!randomize) statement, which is a lot tidier.

Insert an occasional empty line.

"move fast and break stuff" tedu
usr.bin/jot/jot.c