style(9): snmp_send_packet(..): fix whitespace

MFC after:	3 days
This commit is contained in:
ngie 2016-12-28 04:56:15 +00:00
parent e6699454d4
commit b2ff0ca59d

View File

@ -1227,9 +1227,9 @@ snmp_next_reqid(struct snmp_client * c)
static int32_t
snmp_send_packet(struct snmp_pdu * pdu)
{
u_char *buf;
struct asn_buf b;
ssize_t ret;
u_char *buf;
struct asn_buf b;
ssize_t ret;
if ((buf = malloc(snmp_client.txbuflen)) == NULL) {
seterr(&snmp_client, "%s", strerror(errno));