From e47b8a9dae3455bdc6fc64fa3d3b5226a6e1c87b Mon Sep 17 00:00:00 2001 From: Steven Eker Date: Wed, 4 Dec 2024 20:51:53 +0100 Subject: [PATCH] fix formatting --- include/runtime/alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/runtime/alloc.h b/include/runtime/alloc.h index d2eeb1fc1..4b10e4779 100644 --- a/include/runtime/alloc.h +++ b/include/runtime/alloc.h @@ -15,7 +15,7 @@ extern "C" { char youngspace_collection_id(void); char oldspace_collection_id(void); - //size_t youngspace_size(void); +//size_t youngspace_size(void); // allocates exactly requested bytes into the young generation void *kore_alloc(size_t requested);