Author: ngie
Date: Wed Dec 28 05:05:08 2016
New Revision: 310663
URL: https://svnweb.freebsd.org/changeset/base/310663

Log:
  style(9): ip_get(..): clean up whitespace
  
  MFC after:    3 days

Modified:
  head/contrib/bsnmp/snmpd/export.c

Modified: head/contrib/bsnmp/snmpd/export.c
==============================================================================
--- head/contrib/bsnmp/snmpd/export.c   Wed Dec 28 04:56:15 2016        
(r310662)
+++ head/contrib/bsnmp/snmpd/export.c   Wed Dec 28 05:05:08 2016        
(r310663)
@@ -194,6 +194,7 @@ ip_get(struct snmp_value *value, u_char 
        value->v.ipaddress[1] = valp[1];
        value->v.ipaddress[2] = valp[2];
        value->v.ipaddress[3] = valp[3];
+
        return (SNMP_ERR_NOERROR);
 }
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to