correct clang-format

pull/8/head
greggameplayer 6 years ago committed by GitHub
parent 6d2adb0bc0
commit c14af2f71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,7 +96,7 @@ void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) {
if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()){
ui->handheld_connected->setChecked(false);
}
if (last_state == new_state) {
return;
}

Loading…
Cancel
Save