summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99/videowrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ti99/videowrp.c')
-rw-r--r--src/mess/machine/ti99/videowrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/ti99/videowrp.c b/src/mess/machine/ti99/videowrp.c
index af91f8e9421..5a17ee06f67 100644
--- a/src/mess/machine/ti99/videowrp.c
+++ b/src/mess/machine/ti99/videowrp.c
@@ -42,12 +42,12 @@ ti_exp_video_device::ti_exp_video_device(const machine_config &mconfig, const ch
ti_sound_sn94624_device::ti_sound_sn94624_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: ti_sound_system_device(mconfig, TISOUND_94624, tag, "Onboard sound (SN94624)", owner, clock, "ti_sound_sn94624", __FILE__)
-{
+{
}
ti_sound_sn76496_device::ti_sound_sn76496_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: ti_sound_system_device(mconfig, TISOUND_76496, tag, "Onboard sound (SN76496)", owner, clock, "ti_sound_sn76496", __FILE__)
-{
+{
}
/*****************************************************************************/