X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fprotocols.c;h=7bfa663c2a37b618c64292dcc35751da6d577328;hb=d93c31e59d1bbb5ed8c2ef624ef8ffa800bc5961;hp=8d3dafa7ed3e6382f19c88d726cdfc7665ad382d;hpb=a1bba58ed83a67ba47e7c88dca6a939ce3181a9d;p=collectd.git diff --git a/src/protocols.c b/src/protocols.c index 8d3dafa7..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);