More newline and whitespace cleanups

This commit is contained in:
Jasmine Iwanek
2022-02-20 02:26:27 -05:00
parent a66e392b26
commit 4674756664
401 changed files with 6985 additions and 6985 deletions

View File

@@ -116,7 +116,7 @@ ps1_write(uint16_t port, uint8_t val, void *priv)
}
ps->ps1_92 = val & ~1;
} else {
ps->ps1_92 = val;
ps->ps1_92 = val;
}
mem_a20_alt = val & 2;
mem_a20_recalc();
@@ -293,7 +293,7 @@ ps1_setup(int model)
ps1_hdc_inform(priv, &ps->ps1_91);
}
/* Enable the PS/1 VGA controller. */
device_add(&ps1vga_device);
} else if (model == 2121) {