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

MFC after:	3 days
This commit is contained in:
Enji Cooper 2016-12-28 04:56:15 +00:00
parent 62652acf3a
commit 700d391fb8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310662

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));