Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Jan 15, 2025
1 parent 61ec778 commit 02e4256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_conformance/api/test_queries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,8 @@ REGISTER_TEST(get_context_info)

cl_uint deviceCount = 0;
// how many sub-devices can we create?
err = clCreateSubDevices(device, partitionProp, 0, nullptr,
&deviceCount);
err =
clCreateSubDevices(device, partitionProp, 0, nullptr, &deviceCount);
if (err != CL_SUCCESS)
{
log_info("Can't partition device, test not supported\n");
Expand Down

0 comments on commit 02e4256

Please sign in to comment.