style(9) fixes: clean up leading whitespace
MFC after: 3 days
This commit is contained in:
parent
6ebc234490
commit
2229fa01bc
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user