grep: simplify printline, no functional changes
authorop <op@openbsd.org>
Tue, 12 Jul 2022 18:09:31 +0000 (18:09 +0000)
committerop <op@openbsd.org>
Tue, 12 Jul 2022 18:09:31 +0000 (18:09 +0000)
commitf4ec57038618d47693f69a93b212c4cc9c6d4262
tree15649d7fcc6229f5c318a9eac6c9261711f3c944
parentb13abe06d3d82225b610ddb3c4105efb0be67340
grep: simplify printline, no functional changes

in the previous revision (1.66) I added an extra variable to track
wether we have printed the separator or not.  Well, that's what the `n'
variable is for, so no need to duplicate the logic.
usr.bin/grep/util.c