From 01102bf317119076f70ce7a110a8b2e7247c91dc Mon Sep 17 00:00:00 2001 From: mike8699 Date: Mon, 6 Jan 2025 11:26:11 -0500 Subject: [PATCH] Fix `clang-format` error --- include/System/SysNew.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };