From de5a5006f16eb792033dc2ba48b0ec67f180f55b Mon Sep 17 00:00:00 2001 From: Northstar Date: Thu, 7 Dec 2023 21:20:15 +0100 Subject: Format project --- NorthstarDLL/core/memalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDLL/core/memalloc.h') diff --git a/NorthstarDLL/core/memalloc.h b/NorthstarDLL/core/memalloc.h index 7df68429..97f60012 100644 --- a/NorthstarDLL/core/memalloc.h +++ b/NorthstarDLL/core/memalloc.h @@ -1,7 +1,7 @@ #pragma once #include "rapidjson/document.h" -//#include "include/rapidjson/allocators.h" +// #include "include/rapidjson/allocators.h" extern "C" void* _malloc_base(size_t size); extern "C" void* _calloc_base(size_t const count, size_t const size); -- cgit v1.2.3