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:
parent
8fe5054828
commit
50b0cba0c4
@ -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;
|
||||
}
|
||||
|
||||
|
@ -183,7 +183,7 @@ public:
|
||||
optionItem->PrepareToShow(parentLooper, targetHandler,
|
||||
settings, dynamic_cast<OptionsSetting*>(GetSetting()));
|
||||
|
||||
optionItem->SetMarked(optionItem->Option() == selectedOption);
|
||||
optionItem->SetMarked(optionItem->Option() == selectedOption);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user