Merge remote-tracking branch 'github/pr/2135'
[collectd.git] / src / python.c
index cb6698d..d27e958 100644 (file)
@@ -1438,7 +1438,7 @@ static int cpy_config(oconfig_item_t *ci) {
       status = 1;
     }
   }
-  return (status);
+  return status;
 }
 
 void module_register(void) {