mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-08 10:39:58 +00:00
correct clang-format
This commit is contained in:
parent
6d2adb0bc0
commit
c14af2f71d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue