proto/*.proto: Reformat using clang-format.
[collectd.git] / src / pf.c
index 42679fe..c9aeb5f 100644 (file)
--- a/src/pf.c
+++ b/src/pf.c
@@ -79,7 +79,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;