Skip to content
Snippets Groups Projects
Commit 4b950728 authored by Lioncash's avatar Lioncash
Browse files

configure_input: Amend clang-format discrepancies

parent 7befe013
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ ConfigureInput::ConfigureInput(QWidget* parent) ...@@ -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);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment