diff options
author | David Robillard <d@drobilla.net> | 2020-12-31 15:15:05 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-31 15:21:29 +0100 |
commit | 741c3349b09c8774fcd013e3bdd7d9e7f6b470ce (patch) | |
tree | a941f6567b85255570e5492f3c66a842704ba9f7 /test/test_malloc.h | |
parent | 841c766d86dc35ab37c4fef8ec866d06c41bc383 (diff) | |
download | zix-741c3349b09c8774fcd013e3bdd7d9e7f6b470ce.tar.gz zix-741c3349b09c8774fcd013e3bdd7d9e7f6b470ce.tar.bz2 zix-741c3349b09c8774fcd013e3bdd7d9e7f6b470ce.zip |
Format all code with clang-format
Diffstat (limited to 'test/test_malloc.h')
-rw-r--r-- | test/test_malloc.h | 12 |
1 files changed, 9 insertions, 3 deletions
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 <stddef.h> -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); |