Fix code format errors vs.2

This commit is contained in:
Grzegorz Wawiorko
2020-07-06 13:37:48 +02:00
committed by Alastair Murray
parent 44a240367e
commit 450f583800
5 changed files with 15 additions and 12 deletions

View File

@@ -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();