summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc/free.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdlib/malloc/free.c')
-rw-r--r--libc/stdlib/malloc/free.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/stdlib/malloc/free.c b/libc/stdlib/malloc/free.c
index 41deed737..4aa21cb84 100644
--- a/libc/stdlib/malloc/free.c
+++ b/libc/stdlib/malloc/free.c
@@ -106,7 +106,8 @@ unmap_free_area (struct heap *heap, struct heap_free_area *fa)
}
-void free (void *mem)
+void
+free (void *mem)
{
if (mem)
{