commit | d0fa62c5606ba9caf914b4db031d22d9551d16ba | [log] [tgz] |
---|---|---|
author | Robert Swiecki <robert@swiecki.net> | Thu Sep 28 18:11:05 2017 +0200 |
committer | Robert Swiecki <robert@swiecki.net> | Thu Sep 28 18:11:05 2017 +0200 |
tree | fca6ce7a841b3a179e6218af316ad614fd2c3393 | |
parent | 81f166220ef5187525e5b56d8882cdfa8fa5c87e [diff] [blame] |
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"