From 9dd7a24a30c854c2c5eda5400ffc5ecfe651793a Mon Sep 17 00:00:00 2001 From: Dmitriy Musatkin Date: Mon, 23 Oct 2023 09:52:12 -0700 Subject: [PATCH] extra space --- tests/alloc_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/alloc_test.c b/tests/alloc_test.c index eb4aa081c..060dce120 100644 --- a/tests/alloc_test.c +++ b/tests/alloc_test.c @@ -52,7 +52,7 @@ static int s_test_alloc_nothing_fn(struct aws_allocator *allocator, void *ctx) { .mem_acquire = s_test_alloc_acquire, .mem_release = s_test_alloc_release, .mem_realloc = s_test_realloc, - .mem_calloc = s_test_calloc, + .mem_calloc = s_test_calloc, }; /* realloc should handle the case correctly, return null, and free the memory */