treewide: add blank line below collectd.h
[collectd.git] / src / pf.c
index 42679fe..e8e0b18 100644 (file)
--- a/src/pf.c
+++ b/src/pf.c
@@ -20,6 +20,7 @@
  */
 
 #include "collectd.h"
+
 #include "plugin.h"
 #include "common.h"
 
@@ -79,7 +80,7 @@ static void pf_submit (char const *type, char const *type_instance,
 
 static int pf_read (void)
 {
-       struct pf_status state = { 0 };
+       struct pf_status state;
        int fd;
        int status;
        int i;