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

@@ -239,7 +239,7 @@ opl2_read(uint16_t port, void *priv)
opl2_update(dev);
opl_log("OPL2 port read = %04x\n", port);
return(opl_read(dev, port));
}
@@ -299,7 +299,7 @@ void
opl3_write(uint16_t port, uint8_t val, void *priv)
{
opl_t *dev = (opl_t *)priv;
opl3_update(dev);
opl_write(dev, port, val);