[haiku-commits] haiku: hrev46488 - src/apps/debugger/controllers

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 5 Dec 2013 00:16:59 +0100 (CET)

hrev46488 adds 1 changeset to branch 'master'
old head: 9fa5a2f925c9c283d7cb881cd91237f62d31c373
new head: 2ebca67e776716fc4a0a67bc2895fe5ffcf197ee
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=2ebca67+%5E9fa5a2f

----------------------------------------------------------------------------

2ebca67: Debugger: Fix indentation error from previous commit.

                                         [ Rene Gollent <rene@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46488
Commit:      2ebca67e776716fc4a0a67bc2895fe5ffcf197ee
URL:         http://cgit.haiku-os.org/haiku/commit/?id=2ebca67
Author:      Rene Gollent <rene@xxxxxxxxxxx>
Date:        Wed Dec  4 23:16:23 2013 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/debugger/controllers/DebugReportGenerator.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/debugger/controllers/DebugReportGenerator.cpp 
b/src/apps/debugger/controllers/DebugReportGenerator.cpp
index 267602d..1932d91 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);


Other related posts:

  • » [haiku-commits] haiku: hrev46488 - src/apps/debugger/controllers - anevilyak