Tests/FindOpenCL: Run clang-format to fix style
This commit is contained in:
parent
eeac8430bf
commit
3b2844328c
|
@ -8,7 +8,8 @@ int main()
|
||||||
{
|
{
|
||||||
cl_uint platformIdCount;
|
cl_uint platformIdCount;
|
||||||
|
|
||||||
// We can't assert on the result because this may return an error if no ICD is
|
// We can't assert on the result because this may return an error if no ICD
|
||||||
|
// is
|
||||||
// found
|
// found
|
||||||
clGetPlatformIDs(0, NULL, &platformIdCount);
|
clGetPlatformIDs(0, NULL, &platformIdCount);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue