clang-format -style=file -i src/snmp.c
authorFlorian Forster <octo@collectd.org>
Wed, 18 Oct 2017 18:00:13 +0000 (20:00 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 18 Oct 2017 18:00:13 +0000 (20:00 +0200)
src/snmp.c

index 1499cf6..38141e4 100644 (file)
@@ -1540,7 +1540,6 @@ static int csnmp_read_table(host_definition_t *host, data_definition_t *data) {
     snmp_free_pdu(res);
   res = NULL;
 
     snmp_free_pdu(res);
   res = NULL;
 
-
   if (status == 0)
     csnmp_dispatch_table(host, data, instance_list_head, value_list_head);
 
   if (status == 0)
     csnmp_dispatch_table(host, data, instance_list_head, value_list_head);