Adjust alignment in hostsprint()
authorkn <kn@openbsd.org>
Wed, 26 Sep 2018 16:26:37 +0000 (16:26 +0000)
committerkn <kn@openbsd.org>
Wed, 26 Sep 2018 16:26:37 +0000 (16:26 +0000)
commitb7993bea8f3bb4d441d50d1231013f242308899c
treed53de33323d08bc98efbd0d6a8a19a854430824d
parent9efe3de06fb3ec64feff5536c72a9162ddba1ed0
Adjust alignment in hostsprint()

hostsprint() reserves only 16 columns for IPs and prints one whitespace too
many afterwards. Crank it up to 39 as per hostsaddrinfo() to align nicely.

OK millert
usr.bin/getent/getent.c