style(9) fixes: clean up leading whitespace

MFC after:	3 days
This commit is contained in:
Enji Cooper 2016-12-28 05:43:14 +00:00
parent 6ebc234490
commit 2229fa01bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310668

View File

@ -1090,6 +1090,7 @@ snmp_ip2asn_oid(char *str, struct asn_oid *oid)
char *endptr, *ptr;
ptr = str;
for (i = 0; i < 4; i++) {
v = strtoul(ptr, &endptr, 10);
if (v > 0xff)