From 27950d51fe49fb5e13c785a3adac7f3cd9c0b0ea Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Tue, 23 Dec 2025 16:58:19 -0300 Subject: [PATCH] format --- include/heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/heap.h b/include/heap.h index 1144d7510..140315548 100644 --- a/include/heap.h +++ b/include/heap.h @@ -11,7 +11,7 @@ #include "NNS_FND_expheap.h" typedef struct HeapParam { - u32 size; // maximum size of the heap + u32 size; // maximum size of the heap OSArenaId arena; // where to allocate the heap from } HeapParam;