summaryrefslogtreecommitdiff
path: root/include/System
diff options
context:
space:
mode:
authormike8699 <mikebuntu68@gmail.com>2025-01-06 11:26:11 -0500
committermike8699 <mikebuntu68@gmail.com>2025-01-06 11:26:11 -0500
commit01102bf317119076f70ce7a110a8b2e7247c91dc (patch)
treeb47283b8e8446ab71d7cccb0f27265b6abd77ab7 /include/System
parentd75d589637776a8657460dc7ba9106afa80055a6 (diff)
Fix `clang-format` error
Diffstat (limited to 'include/System')
-rw-r--r--include/System/SysNew.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/System/SysNew.hpp b/include/System/SysNew.hpp
index 20d4a46f..78f3b290 100644
--- a/include/System/SysNew.hpp
+++ b/include/System/SysNew.hpp
@@ -4,6 +4,6 @@
class SysObject {
public:
- static void* operator new(unsigned long length, u32 *id, u32 idLength);
+ static void *operator new(unsigned long length, u32 *id, u32 idLength);
static void operator delete(void *ptr);
};