configure_input: Amend clang-format discrepancies
This commit is contained in:
parent
7befe0134d
commit
4b950728fd
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ ConfigureInput::ConfigureInput(QWidget* parent)
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) {
|
void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) {
|
||||||
if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()){
|
if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()) {
|
||||||
ui->handheld_connected->setChecked(false);
|
ui->handheld_connected->setChecked(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue