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

@@ -192,7 +192,7 @@ w83877f_serial_handler(w83877f_t *dev, int uart)
if (dev->regs[0x19] & (0x02 >> uart)) {
clock_src = 14769000.0;
} else if (dev->regs[0x03] & (0x02 >> uart)) {
} else if (dev->regs[0x03] & (0x02 >> uart)) {
clock_src = 24000000.0 / 12.0;
} else {
clock_src = 24000000.0 / 13.0;