Skip to content
Snippets Groups Projects
Unverified Commit c14af2f7 authored by greggameplayer's avatar greggameplayer Committed by GitHub
Browse files

correct clang-format

parent 6d2adb0b
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) { ...@@ -96,7 +96,7 @@ 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);
} }
if (last_state == new_state) { if (last_state == new_state) {
return; return;
} }
......
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