make indent with clang-format
diff --git a/report.c b/report.c
index 77b8cc7..b879e11 100644
--- a/report.c
+++ b/report.c
@@ -26,8 +26,8 @@
 #include <fcntl.h>
 #include <inttypes.h>
 #include <stdio.h>
-#include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/types.h>
 
 #include "libcommon/common.h"
 #include "libcommon/log.h"