X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fipvs.c;h=e614b935c542b4333bb450c586a01f8eb99c59df;hb=307c875e5a78a2729fbbe1a588d232e9a129d75a;hp=2446bd1318f82193e81bae99e5a110771ce720dc;hpb=11c8a760c2d354b2f4637bdb297efb253bfaa519;p=collectd.git diff --git a/src/ipvs.c b/src/ipvs.c index 2446bd13..e614b935 100644 --- a/src/ipvs.c +++ b/src/ipvs.c @@ -295,7 +295,7 @@ static int cipvs_read(void) { struct ip_vs_get_services *services = NULL; if (sockfd < 0) - return (-1); + return -1; if (NULL == (services = ipvs_get_services())) return -1; @@ -321,5 +321,3 @@ void module_register(void) { plugin_register_shutdown("ipvs", cipvs_shutdown); return; } /* module_register */ - -/* vim: set sw=4 ts=4 tw=78 noexpandtab : */