Fix accidentally introduced whitespace from previous commit.
This commit is contained in:
parent
6b5a76158f
commit
b57be6adc9
@ -481,7 +481,7 @@ ThreadHandler::_DoStepOver(CpuState* cpuState)
|
||||
|
||||
TRACE_CONTROL(" subroutine call -- installing breakpoint at address "
|
||||
"%#llx\n", info.Address() + info.Size());
|
||||
|
||||
|
||||
if (_InstallTemporaryBreakpoint(info.Address() + info.Size()) != B_OK)
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user