Remove parentheses around return arguments
[collectd.git] / src / ipvs.c
index a8c4a1d..e614b93 100644 (file)
@@ -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;