X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fprotocols.c;h=7bfa663c2a37b618c64292dcc35751da6d577328;hp=86fa795ad8e8c0662006d2e015a337bc2804053e;hb=0e1e19f9e05c1b6a17f4a534cd0abd592fcab02e;hpb=43d22c19485997e82d28a9ed7ba17965882dc27f diff --git a/src/protocols.c b/src/protocols.c index 86fa795a..7bfa663c 100644 --- a/src/protocols.c +++ b/src/protocols.c @@ -41,7 +41,8 @@ * Global variables */ static const char *config_keys[] = { - "Value", "IgnoreSelected", + "Value", + "IgnoreSelected", }; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); @@ -155,7 +156,7 @@ static int read_file(const char *path) { char match_name[2 * DATA_MAX_NAME_LEN]; ssnprintf(match_name, sizeof(match_name), "%s:%s", key_buffer, - key_fields[i]); + key_fields[i]); if (ignorelist_match(values_list, match_name)) continue;