Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Nov 11, 2024
1 parent 7b9521d commit 31ce4b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/aws/testing/io_testing_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ static struct aws_event_loop_vtable s_testing_loop_vtable = {
};

static struct aws_event_loop *s_testing_loop_new(struct aws_allocator *allocator, aws_io_clock_fn clock) {
struct testing_loop *testing_loop = (struct testing_loop *)aws_mem_calloc(allocator, 1, sizeof(struct testing_loop));
struct testing_loop *testing_loop =
(struct testing_loop *)aws_mem_calloc(allocator, 1, sizeof(struct testing_loop));

aws_task_scheduler_init(&testing_loop->scheduler, allocator);
testing_loop->mock_on_callers_thread = true;
Expand Down

0 comments on commit 31ce4b2

Please sign in to comment.