mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-23 22:42:08 -06: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