newlines at end of file

This commit is contained in:
Jasmine Iwanek
2022-02-18 21:38:51 -05:00
parent 30e0c7f21b
commit 4287e44824
86 changed files with 55 additions and 92 deletions

View File

@@ -101,4 +101,3 @@ void SettingsPorts::on_checkBoxParallel3_stateChanged(int state) {
void SettingsPorts::on_checkBoxParallel4_stateChanged(int state) {
ui->comboBoxLpt4->setEnabled(state == Qt::Checked);
}