소스 검색

Apply clang-format with the new include order

Ahsan Fayaz 1 년 전
부모
커밋
6c197f9b70
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      common/common-power.c
  2. 1 1
      daemon/gamemode-cpu.c

+ 1 - 1
common/common-power.c

@@ -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>
 

+ 1 - 1
daemon/gamemode-cpu.c

@@ -32,8 +32,8 @@ POSSIBILITY OF SUCH DAMAGE.
 
 #define _GNU_SOURCE
 
-#include <dirent.h>
 #include <linux/limits.h>
+#include <dirent.h>
 #include <sched.h>
 
 #include "common-cpu.h"