clang-format

This commit is contained in:
Pheenoh
2021-01-03 17:03:11 -05:00
parent 02f5383111
commit 42e650a80a
-1
View File
@@ -68,7 +68,6 @@ asm void CheckHeap(u32 param_1) {
#endif
int countUsed(JKRExpHeap* heap) {
OSDisableScheduler();
int counter = 0;
JKRExpHeap::CMemBlock* used_blocks_head = heap->getHeadUsedList();