summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kan_pand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kan_pand.c')
-rw-r--r--src/mame/video/kan_pand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/kan_pand.c b/src/mame/video/kan_pand.c
index 158913ca85b..cce45d9bbf4 100644
--- a/src/mame/video/kan_pand.c
+++ b/src/mame/video/kan_pand.c
@@ -69,7 +69,7 @@ void kaneko_pandora_device::device_config_complete()
const kaneko_pandora_interface *intf = reinterpret_cast<const kaneko_pandora_interface *>(static_config());
if (intf != NULL)
*static_cast<kaneko_pandora_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{
@@ -305,4 +305,4 @@ READ16_MEMBER( kaneko_pandora_device::spriteram_LSB_r )
}
return m_spriteram[offset] | (m_spriteram[offset] << 8);
-} \ No newline at end of file
+}