Skip to content

Commit

Permalink
clang format correction
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Mar 15, 2024
1 parent ee86bf2 commit 2f7de4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct MultipleCommandsDispatch : InfoMutableCommandBufferTest
}

// Check the results of command buffer execution
bool verify_result(const cl_mem & buffer, const cl_int pattern)
bool verify_result(const cl_mem &buffer, const cl_int pattern)
{
cl_int error = CL_SUCCESS;
std::vector<cl_int> data(num_elements);
Expand Down

0 comments on commit 2f7de4d

Please sign in to comment.