mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
Clean up whitespace with srcclean
This commit is contained in:
parent
107d02141d
commit
ebb519f8b3
@ -99,7 +99,8 @@ void k056230_device::regs_w(offs_t offset, u8 data)
|
||||
{
|
||||
m_irq_cb(m_irq_state);
|
||||
}
|
||||
} break;
|
||||
break;
|
||||
}
|
||||
|
||||
case 2: // Sub ID register
|
||||
LOGMASKED(LOG_REG_WRITES, "%s: regs_w: Sub ID Register = %02x\n", machine().describe_context(), data);
|
||||
|
Loading…
Reference in New Issue
Block a user