Merge branch 'collectd-5.7' into collectd-5.8
[collectd.git] / src / utils_cmd_getthreshold.h
index 8d581c8..78700ee 100644 (file)
@@ -29,8 +29,6 @@
 
 #include <stdio.h>
 
-int handle_getthreshold (FILE *fh, char *buffer);
+int handle_getthreshold(FILE *fh, char *buffer);
 
 #endif /* UTILS_CMD_GETTHRESHOLD_H */
-
-/* vim: set sw=2 sts=2 ts=8 : */