clang-format

This commit is contained in:
Pheenoh 2021-01-03 17:03:11 -05:00
parent d8fdc85090
commit da3a142828
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
1 changed files with 0 additions and 1 deletions

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();