mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-31 06:43:35 +00:00
Remove every trailing whitespace from the project (but externals).
This commit is contained in:
@@ -39,7 +39,7 @@ void CallstackWidget::OnDebugModeEntered()
|
||||
{
|
||||
ret_addr = Memory::Read32(addr);
|
||||
call_addr = ret_addr - 4; //get call address???
|
||||
|
||||
|
||||
if (Memory::GetPointer(call_addr) == nullptr)
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user