浏览代码

clang-format fix

Alex Smith 6 年之前
父节点
当前提交
0f680f2a83
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      daemon/gamemode-sched.c

+ 1 - 1
daemon/gamemode-sched.c

@@ -108,7 +108,7 @@ void game_mode_apply_scheduling(const GameModeContext *self, const pid_t client)
 	 * slower as a result, so enable only with more than 3 cores.
 	 */
 	bool enable_softrealtime = (strcmp(softrealtime, "on") == 0) ||
-							   ((strcmp(softrealtime, "auto") == 0) && (get_nprocs() > 3));
+	                           ((strcmp(softrealtime, "auto") == 0) && (get_nprocs() > 3));
 
 	/*
 	 * Actually apply the scheduler policy if not explicitly turned off