Fix formatting

This commit is contained in:
Marc Di Luzio 2019-03-08 16:28:01 +00:00 committed by Alex Smith
parent 54d7d3f259
commit 7fb1950357

View File

@ -457,7 +457,7 @@ int run_gpu_optimisation_tests(struct GameModeConfig *config)
strncpy(original_amd_performance_level, gpuinfo->amd_performance_level, CONFIG_VALUE_MAX);
/* account for when powermizer is not set */
if( expected_nv_powermizer_mode == -1 )
if (expected_nv_powermizer_mode == -1)
expected_nv_powermizer_mode = original_nv_powermizer_mode;
/* Start gamemode and check the new values */