Debugger: Fix indentation error from previous commit.
This commit is contained in:
parent
9fa5a2f925
commit
2ebca67e77
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user