From 57efe440c338b8bdbfe5ea38d832b770a7da171f Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Tue, 22 Oct 2019 12:41:37 +0100 Subject: [PATCH] clang-format fix --- daemon/gamemode-tests.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/gamemode-tests.c b/daemon/gamemode-tests.c index 9c218bd..86ef300 100644 --- a/daemon/gamemode-tests.c +++ b/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; }