mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-26 14:06:31 -05:00
correct clang-format
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user