mirror of
https://github.com/zeldaret/ph
synced 2026-05-28 00:15:57 -04:00
Fix clang-format error
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user