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