diff options
| author | mike8699 <mikebuntu68@gmail.com> | 2025-01-06 11:26:11 -0500 |
|---|---|---|
| committer | mike8699 <mikebuntu68@gmail.com> | 2025-01-06 11:26:11 -0500 |
| commit | 01102bf317119076f70ce7a110a8b2e7247c91dc (patch) | |
| tree | b47283b8e8446ab71d7cccb0f27265b6abd77ab7 /include/System/SysNew.hpp | |
| parent | d75d589637776a8657460dc7ba9106afa80055a6 (diff) | |
Fix `clang-format` error
Diffstat (limited to 'include/System/SysNew.hpp')
| -rw-r--r-- | include/System/SysNew.hpp | 2 |
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);
};
|
