Code

src/Makefile.am: Fix linking with libcmds.la.
[collectd.git] / src / utils_cmd_putnotif.h
index 9d699ecab8cfd58e4940a5dadae30f0e5c55d1e0..af0b93e0dbda230d5cd29f4dbbc2d5ce163e2314 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <stdio.h>
 
-int handle_putnotif (FILE *fh, char *buffer);
+int handle_putnotif(FILE *fh, char *buffer);
 
 /* vim: set shiftwidth=2 softtabstop=2 tabstop=8 : */