summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tcache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tcache.c b/src/tcache.c
index 6e32f40..c12727a 100644
--- a/src/tcache.c
+++ b/src/tcache.c
@@ -23,7 +23,8 @@ static tcaches_t *tcaches_avail;
/******************************************************************************/
-size_t tcache_salloc(const void *ptr)
+size_t
+tcache_salloc(const void *ptr)
{
return (arena_salloc(ptr, false));