From 2ebca67e776716fc4a0a67bc2895fe5ffcf197ee Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Wed, 4 Dec 2013 18:16:23 -0500 Subject: [PATCH] Debugger: Fix indentation error from previous commit. --- src/apps/debugger/controllers/DebugReportGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debugger/controllers/DebugReportGenerator.cpp b/src/apps/debugger/controllers/DebugReportGenerator.cpp index 267602dcd1..1932d918c8 100644 --- a/src/apps/debugger/controllers/DebugReportGenerator.cpp +++ b/src/apps/debugger/controllers/DebugReportGenerator.cpp @@ -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);