Quellcode durchsuchen

clang-format fix

Alex Smith vor 5 Jahren
Ursprung
Commit
57efe440c3
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      daemon/gamemode-tests.c

+ 2 - 1
daemon/gamemode-tests.c

@@ -268,7 +268,8 @@ static int run_gamemoderun_and_reaper_tests(struct GameModeConfig *config)
 		/* Close stdout, we don't care if sh prints anything */
 		fclose(stdout);
 		/* Preload into sh and then kill it */
-		if (execl("/usr/bin/gamemoderun", "/usr/bin/gamemoderun", "sleep", "5", (char *)NULL) == -1) {
+		if (execl("/usr/bin/gamemoderun", "/usr/bin/gamemoderun", "sleep", "5", (char *)NULL) ==
+		    -1) {
 			LOG_ERROR("failed to launch gamemoderun with execl: %s\n", strerror(errno));
 			return -1;
 		}