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