Indentation fixes. Patch from basic2004.

This commit is contained in:
SarahW 2017-07-30 08:31:03 +01:00
commit 354d52754c
6 changed files with 71 additions and 71 deletions

View file

@ -17,8 +17,8 @@ void sio_write(int func, int addr, uint8_t val, void *priv)
if (func > 0)
return;
if (addr >= 0x0f && addr < 0x4c)
return;
if (addr >= 0x0f && addr < 0x4c)
return;
switch (addr)
{