summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0150rod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0150rod.c')
-rw-r--r--src/mame/video/tc0150rod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0150rod.c b/src/mame/video/tc0150rod.c
index 1be877ed9e4..364f5800331 100644
--- a/src/mame/video/tc0150rod.c
+++ b/src/mame/video/tc0150rod.c
@@ -33,7 +33,7 @@ void tc0150rod_device::device_config_complete()
const tc0150rod_interface *intf = reinterpret_cast<const tc0150rod_interface *>(static_config());
if (intf != NULL)
*static_cast<tc0150rod_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{