]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp_core.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / snmp_core.cc
index b96d624f830fd2b841a7d57c9c501c0ab281a1c8..fa1314555b2c6a682e244409cb89a23b5bee6779 100644 (file)
@@ -643,7 +643,6 @@ snmpTreeNext(oid * Current, snint CurrentLen, oid ** Next, snint * NextLen)
     if (mibTreeEntry == mib_tree_last)
         return (Fn);
 
-
     if ((mibTreeEntry) && (mibTreeEntry->parsefunction)) {
         *NextLen = CurrentLen;
         *Next = (*mibTreeEntry->instancefunction) (Current, NextLen, mibTreeEntry, &Fn);
@@ -742,7 +741,6 @@ time_Inst(oid * name, snint * len, mib_tree_entry * current, oid_ParseFn ** Fn)
     return (instance);
 }
 
-
 static oid *
 peer_Inst(oid * name, snint * len, mib_tree_entry * current, oid_ParseFn ** Fn)
 {
@@ -1003,7 +1001,6 @@ snmpAddNodeStr(const char *base_str, int o, oid_ParseFn * parsefunction, instanc
     return m;
 }
 
-
 /*
  * Adds a node to the MIB tree structure and adds the appropriate children
  */
@@ -1087,8 +1084,6 @@ snmpSnmplibDebug(int lvl, char *buf)
     debugs(49, lvl, buf);
 }
 
-
-
 /*
    IPv4 address: 10.10.0.9  ==>
    oid == 10.10.0.9