Run pre-commit formatting

This commit is contained in:
mike8699
2025-01-01 21:19:30 -05:00
parent 88c72f0470
commit 83e058a8a1
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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);
};