Skip to content

Commit

Permalink
Update gamemode-config.c
Browse files Browse the repository at this point in the history
fixed format to match the proper codingstyle
  • Loading branch information
HenrikHolst authored and afayaz-feral committed Dec 5, 2023
1 parent 088639e commit 22001c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/gamemode-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ static void load_config_files(GameModeConfig *self)
/* Set some non-zero defaults */
self->values.igpu_power_threshold = DEFAULT_IGPU_POWER_THRESHOLD;
self->values.inhibit_screensaver = 1; /* Defaults to on */
self->values.disable_splitlock = 1; /* Defaults to on */
self->values.disable_splitlock = 1; /* Defaults to on */
self->values.reaper_frequency = DEFAULT_REAPER_FREQ;
self->values.gpu_device = 0;
self->values.nv_powermizer_mode = -1;
Expand Down

0 comments on commit 22001c5

Please sign in to comment.