simple code reformatting

This commit is contained in:
2025-09-05 10:52:02 +09:00
parent 4d3172e552
commit 313d1f9800
29 changed files with 1284 additions and 1284 deletions

View File

@ -88,7 +88,7 @@ hak_heap_t* hak_makeheap (hak_t* hak, hak_oow_t size)
heap->xma = hak_xma_open(HAK_MMGR(hak), 0, heap->base, heap->size);
if (HAK_UNLIKELY(!heap->xma))
{
hak->vmprim.free_heap (hak, heap);
hak->vmprim.free_heap(hak, heap);
hak_seterrbfmt(hak, HAK_ESYSMEM, "unable to allocate a memory manager over a heap");
return HAK_NULL;
}