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:
@@ -335,8 +335,8 @@ static int kernelFilter( cl_device_id device, cl_context context, cl_command_que
|
||||
clReleaseMemObject( memobjs[1] );
|
||||
clReleaseMemObject( memobjs[0] );
|
||||
|
||||
if (check_times(queueStart, submitStart, writeStart, writeEnd, device))
|
||||
err = -1;
|
||||
if (check_times(queueStart, submitStart, writeStart, writeEnd, device))
|
||||
err = -1;
|
||||
|
||||
return err;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user