diff options
Diffstat (limited to 'test/src/btalloc.c')
| -rw-r--r-- | test/src/btalloc.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/src/btalloc.c b/test/src/btalloc.c index 9a253d9..d570952 100644 --- a/test/src/btalloc.c +++ b/test/src/btalloc.c @@ -1,8 +1,6 @@ #include "test/jemalloc_test.h" void * -btalloc(size_t size, unsigned bits) -{ - - return (btalloc_0(size, bits)); +btalloc(size_t size, unsigned bits) { + return btalloc_0(size, bits); } |
