summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/tandy2kb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/tandy2kb.c')
-rw-r--r--src/mess/machine/tandy2kb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/tandy2kb.c b/src/mess/machine/tandy2kb.c
index 3212774f62d..530914ead2e 100644
--- a/src/mess/machine/tandy2kb.c
+++ b/src/mess/machine/tandy2kb.c
@@ -259,8 +259,8 @@ tandy2k_keyboard_device::tandy2k_keyboard_device(const machine_config &mconfig,
//-------------------------------------------------
void tandy2k_keyboard_device::device_config_complete()
-{
- m_shortname = "tandy2kb";
+{
+ m_shortname = "tandy2kb";
// inherit a copy of the static data
const tandy2k_keyboard_interface *intf = reinterpret_cast<const tandy2k_keyboard_interface *>(static_config());