From 088639e8b253664c8332e567a95aceff8dbbabc8 Mon Sep 17 00:00:00 2001 From: Henrik Holst Date: Mon, 4 Dec 2023 20:10:24 +0100 Subject: [PATCH] Update gamemode-context.c fixed format to match the proper codingstyle --- daemon/gamemode-context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/gamemode-context.c b/daemon/gamemode-context.c index 94413c8..7891da4 100644 --- a/daemon/gamemode-context.c +++ b/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; }