summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2025-01-06 20:20:29 +0100
committerGitHub <noreply@github.com>2025-01-06 20:20:29 +0100
commite980fe780395dbdbdf1348cd910d0c723315c46a (patch)
treeb47283b8e8446ab71d7cccb0f27265b6abd77ab7
parentd75d589637776a8657460dc7ba9106afa80055a6 (diff)
parent01102bf317119076f70ce7a110a8b2e7247c91dc (diff)
Merge pull request #55 from mike8699/fix-clang-format-error
Fix `clang-format` error
-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);
};