Skip to content

Commit

Permalink
clang format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Mar 19, 2024
1 parent 25b79f2 commit 03a41eb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace {
struct IterativeArgUpdateDispatch : BasicMutableCommandBufferTest
{
IterativeArgUpdateDispatch(cl_device_id device, cl_context context,
cl_command_queue queue)
cl_command_queue queue)
: BasicMutableCommandBufferTest(device, context, queue),
command(nullptr)
{
Expand Down Expand Up @@ -211,10 +211,10 @@ struct IterativeArgUpdateDispatch : BasicMutableCommandBufferTest
}

int test_mutable_command_iterative_arg_update(cl_device_id device,
cl_context context,
cl_command_queue queue,
int num_elements)
cl_context context,
cl_command_queue queue,
int num_elements)
{
return MakeAndRunTest<IterativeArgUpdateDispatch>(device, context, queue,
num_elements);
num_elements);
}

0 comments on commit 03a41eb

Please sign in to comment.