mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 09:47:52 -04:00
formatting
This commit is contained in:
@@ -208,7 +208,8 @@ bool JKRSolidHeap::check(void) {
|
||||
u32 availableSize = mSize;
|
||||
if (calculatedSize != availableSize) {
|
||||
result = false;
|
||||
JUTWarningConsole_f("check: bad total memory block size (%08X, %08X)\n", availableSize, calculatedSize);
|
||||
JUTWarningConsole_f("check: bad total memory block size (%08X, %08X)\n", availableSize,
|
||||
calculatedSize);
|
||||
}
|
||||
|
||||
unlock();
|
||||
|
||||
Reference in New Issue
Block a user