From 700d391fb887bbed7142df39dc9e955fd78f7fa0 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 28 Dec 2016 04:56:15 +0000 Subject: [PATCH] style(9): snmp_send_packet(..): fix whitespace MFC after: 3 days --- contrib/bsnmp/lib/snmpclient.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/bsnmp/lib/snmpclient.c b/contrib/bsnmp/lib/snmpclient.c index 78b3d5dc9c6..d2ce74a9f00 100644 --- a/contrib/bsnmp/lib/snmpclient.c +++ b/contrib/bsnmp/lib/snmpclient.c @@ -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));