소스 검색

Update gamemode-context.c

check format wined again, looks like I'm really bad at this
Henrik Holst 1 년 전
부모
커밋
41191dc607
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      daemon/gamemode-context.c

+ 1 - 1
daemon/gamemode-context.c

@@ -227,7 +227,7 @@ static int game_mode_disable_splitlock(GameModeContext *self, bool disable)
 
 		if (fgets(value_str, sizeof value_str, f) == NULL) {
 			LOG_ERROR("Couldn't read from /proc/sys/kernel/split_lock_mitigate : %s\n",
-		                  strerror(errno));
+			          strerror(errno));
 			fclose(f);
 			return 1;
 		}