Apply clang-format with the new include order

This commit is contained in:
Ahsan Fayaz
2023-12-04 17:00:20 +00:00
parent 485a7f920a
commit 6c197f9b70
2 changed files with 2 additions and 2 deletions

View File

@@ -35,10 +35,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include "common-power.h"
#include "common-logging.h"
#include <linux/limits.h>
#include <assert.h>
#include <ctype.h>
#include <glob.h>
#include <linux/limits.h>
#include <stdio.h>
#include <string.h>