From 741c3349b09c8774fcd013e3bdd7d9e7f6b470ce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Dec 2020 15:15:05 +0100 Subject: Format all code with clang-format --- test/test_malloc.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'test/test_malloc.h') diff --git a/test/test_malloc.h b/test/test_malloc.h index be59008..42b22df 100644 --- a/test/test_malloc.h +++ b/test/test_malloc.h @@ -18,6 +18,12 @@ #include -void test_malloc_init(void); -void test_malloc_reset(size_t fail_after); -ZIX_PURE_API size_t test_malloc_get_n_allocs(void); +void +test_malloc_init(void); + +void +test_malloc_reset(size_t fail_after); + +ZIX_PURE_API +size_t +test_malloc_get_n_allocs(void); -- cgit v1.2.1