diff options
| author | Pheenoh <pheenoh@gmail.com> | 2021-01-07 22:58:47 -0500 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2021-01-07 22:58:47 -0500 |
| commit | 52a53ba135a8ccc8c1e87ecb59491968fcc45214 (patch) | |
| tree | 2634b13ac20752460ceb127b81a2c89845b65bc3 /include/JSystem/JKernel | |
| parent | 3c656ba99e5ce02bb713645fac0b4279126ae857 (diff) | |
clang-format
Diffstat (limited to 'include/JSystem/JKernel')
| -rw-r--r-- | include/JSystem/JKernel/JKRSolidHeap/JKRSolidHeap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JKernel/JKRSolidHeap/JKRSolidHeap.h b/include/JSystem/JKernel/JKRSolidHeap/JKRSolidHeap.h index 4adf468423..bab096891d 100644 --- a/include/JSystem/JKernel/JKRSolidHeap/JKRSolidHeap.h +++ b/include/JSystem/JKernel/JKRSolidHeap/JKRSolidHeap.h @@ -58,7 +58,7 @@ public: }; extern "C" { - JKRSolidHeap* JKRSolidHeap_NS_create(u32 size, JKRHeap* heap, bool use_default_error_handler); +JKRSolidHeap* JKRSolidHeap_NS_create(u32 size, JKRHeap* heap, bool use_default_error_handler); } #endif |
