mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix misleading indentation and enable -Wmisleading-indentation (#1458)
Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
@@ -175,9 +175,8 @@ int test_device_set(size_t deviceCount, size_t queueCount, cl_device_id *devices
|
||||
}
|
||||
|
||||
/* All done now! */
|
||||
if (errors)
|
||||
return -1;
|
||||
return 0;
|
||||
if (errors) return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int test_two_devices(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements)
|
||||
|
||||
Reference in New Issue
Block a user