Tests/FindOpenCL: Run clang-format to fix style

This commit is contained in:
Brad King 2016-06-07 08:37:04 -04:00
parent eeac8430bf
commit 3b2844328c
1 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,8 @@ int main()
{
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
clGetPlatformIDs(0, NULL, &platformIdCount);