summaryrefslogtreecommitdiff
path: root/include/JSystem/JKernel
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-01-07 22:58:47 -0500
committerPheenoh <pheenoh@gmail.com>2021-01-07 22:58:47 -0500
commit52a53ba135a8ccc8c1e87ecb59491968fcc45214 (patch)
tree2634b13ac20752460ceb127b81a2c89845b65bc3 /include/JSystem/JKernel
parent3c656ba99e5ce02bb713645fac0b4279126ae857 (diff)
clang-format
Diffstat (limited to 'include/JSystem/JKernel')
-rw-r--r--include/JSystem/JKernel/JKRSolidHeap/JKRSolidHeap.h2
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