svn commit: r310662 - head/contrib/bsnmp/lib

Ngie Cooper ngie at FreeBSD.org
Wed Dec 28 04:56:16 UTC 2016


Author: ngie
Date: Wed Dec 28 04:56:15 2016
New Revision: 310662
URL: https://svnweb.freebsd.org/changeset/base/310662

Log:
  style(9): snmp_send_packet(..): fix whitespace
  
  MFC after:	3 days

Modified:
  head/contrib/bsnmp/lib/snmpclient.c

Modified: head/contrib/bsnmp/lib/snmpclient.c
==============================================================================
--- head/contrib/bsnmp/lib/snmpclient.c	Wed Dec 28 04:55:43 2016	(r310661)
+++ head/contrib/bsnmp/lib/snmpclient.c	Wed Dec 28 04:56:15 2016	(r310662)
@@ -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));


More information about the svn-src-all mailing list