From 29003865a5955ea0bc689ade5de84dce438c6636 Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Thu, 14 Jun 2018 20:56:34 +0700 Subject: [PATCH] snmp plugin: codestyle --- src/snmp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/snmp.c b/src/snmp.c index 35e5dd81..27ce3c63 100644 --- a/src/snmp.c +++ b/src/snmp.c @@ -1576,8 +1576,7 @@ static int csnmp_read_table(host_definition_t *host, data_definition_t *data) { } /* Make sure the OIDs returned by the agent are increasing. Otherwise - * our - * table matching algorithm will get confused. */ + * our table matching algorithm will get confused. */ if ((value_list_tail[i] != NULL) && (csnmp_oid_compare(&suffix, &value_list_tail[i]->suffix) <= 0)) { DEBUG("snmp plugin: host = %s; data = %s; i = %" PRIsz "; " -- 2.11.0