Fix accidentally introduced whitespace from previous commit.

This commit is contained in:
Rene Gollent 2011-12-13 16:07:23 -05:00
parent 6b5a76158f
commit b57be6adc9

View File

@ -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;