style(9): ip_get(..): clean up whitespace

MFC after:	3 days
This commit is contained in:
Enji Cooper 2016-12-28 05:05:08 +00:00
parent 700d391fb8
commit b3972edb64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310663

View File

@ -194,6 +194,7 @@ ip_get(struct snmp_value *value, u_char *valp)
value->v.ipaddress[1] = valp[1];
value->v.ipaddress[2] = valp[2];
value->v.ipaddress[3] = valp[3];
return (SNMP_ERR_NOERROR);
}