run clang-format

This commit is contained in:
Pheenoh
2020-12-26 11:31:49 -05:00
parent 64a6a97b7b
commit 4c504d078d
180 changed files with 4083 additions and 4253 deletions
@@ -3,9 +3,6 @@
#include "dolphin/types.h"
class mDoDVDThd_command_c {
};
class mDoDVDThd_command_c {};
#endif
+15 -17
View File
@@ -1,22 +1,20 @@
#include "dolphin/types.h"
#include "JSystem/JKernel/JKRHeap/JKRHeap.h"
#include "JSystem/JKernel/JKRExpHeap/JKRExpHeap.h"
#include "JSystem/JKernel/JKRHeap/JKRHeap.h"
#include "dolphin/types.h"
class HeapCheck {
public:
void CheckHeap1(void);
s32 getUsedCount(void) const;
void heapDisplay(void) const;
public:
void CheckHeap1(void);
s32 getUsedCount(void) const;
void heapDisplay(void) const;
private:
char* names[2];
JKRExpHeap* heap;
s32 max_total_used_size;
s32 max_total_free_size;
u8 unk20[8]; // 8 bytes
u32 heap_size;
u32 used_count;
u32 total_used_size;
private:
char* names[2];
JKRExpHeap* heap;
s32 max_total_used_size;
s32 max_total_free_size;
u8 unk20[8]; // 8 bytes
u32 heap_size;
u32 used_count;
u32 total_used_size;
};