Debugger: Fix indentation error from previous commit.

This commit is contained in:
Rene Gollent 2013-12-04 18:16:23 -05:00
parent 9fa5a2f925
commit 2ebca67e77

View File

@ -478,7 +478,7 @@ DebugReportGenerator::_DumpDebuggedThreadInfo(BString& _output,
}
if (frame->CountParameters() == 0 && frame->CountLocalVariables() == 0)
continue;
continue;
_output << "\t\t\tVariables:\n";
status_t result = fNodeManager->SetStackFrame(thread, frame);