mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix code format errors vs.2
This commit is contained in:
committed by
Alastair Murray
parent
44a240367e
commit
450f583800
@@ -816,10 +816,10 @@ int main (int argc, const char * argv[])
|
||||
free_mtdata(gMTdata);
|
||||
free(gTestNames);
|
||||
|
||||
if (gQueue) {
|
||||
if (gQueue)
|
||||
{
|
||||
int error_code = clFinish(gQueue);
|
||||
if (error_code)
|
||||
vlog_error("clFinish failed:%d\n", error_code);
|
||||
if (error_code) vlog_error("clFinish failed:%d\n", error_code);
|
||||
}
|
||||
|
||||
ReleaseCL();
|
||||
|
||||
Reference in New Issue
Block a user