Two whitespace fixes

This commit is contained in:
Peter Hutterer 2024-01-05 10:29:26 +10:00
parent 0a9f223eec
commit d0b0137a95
2 changed files with 4 additions and 5 deletions

View File

@ -1031,8 +1031,7 @@ CloseDevice(DeviceIntPtr dev)
/**
* Shut down all devices of one list and free all resources.
*/
static
void
static void
CloseDeviceList(DeviceIntPtr *listHead)
{
/* Used to mark devices that we tried to free */

View File

@ -115,9 +115,9 @@ if get_option('xvfb')
)
endforeach
test_parameters = [
[rendercheck_tests, '', piglit_env, '', false],
[rendercheck_tests_gles2_success, '_gles2', gles20_env, '-gles2', false],
[rendercheck_a8, '_gles2', gles20_env, '-gles2', true],
[rendercheck_tests, '', piglit_env, '', false],
[rendercheck_tests_gles2_success, '_gles2', gles20_env, '-gles2', false],
[rendercheck_a8, '_gles2', gles20_env, '-gles2', true],
[rendercheck_tests_gles3, '_gles2', piglit_env, '-gles3', false]
]