Code

perl plugin: Improve error message.
[collectd.git] / src / utils_cmd_flush.h
index f43b25726749b20348f9c4ae641bb223dc603c5a..031fcac9c5827375504322e7782b9bddcd014e53 100644 (file)
@@ -29,9 +29,8 @@
 
 #include <stdio.h>
 
-int handle_flush (FILE *fh, char *buffer);
+int handle_flush(FILE *fh, char *buffer);
 
 #endif /* UTILS_CMD_FLUSH_H */
 
 /* vim: set sw=4 ts=4 tw=78 noexpandtab : */
-