debugger: fix gcc6 build

* Reindent source code, to fix gcc6
  '-Werror=misleading-indentation' warnings.

Signed-off-by: Rene Gollent <rene@gollent.com>
This commit is contained in:
Murai Takashi 2016-05-05 16:48:59 +09:00 committed by Rene Gollent
parent 8fe5054828
commit 50b0cba0c4
2 changed files with 3 additions and 3 deletions

View File

@ -378,8 +378,8 @@ LocalDebuggerInterface::GetNextDebugEvent(DebugEvent*& _event)
if (message.origin.thread >= 0 && message.origin.nub_port >= 0)
error = continue_thread(message.origin.nub_port,
message.origin.thread);
if (error != B_OK)
return error;
if (error != B_OK)
return error;
continue;
}

View File

@ -183,7 +183,7 @@ public:
optionItem->PrepareToShow(parentLooper, targetHandler,
settings, dynamic_cast<OptionsSetting*>(GetSetting()));
optionItem->SetMarked(optionItem->Option() == selectedOption);
optionItem->SetMarked(optionItem->Option() == selectedOption);
}
}