summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kinst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kinst.c')
-rw-r--r--src/mame/drivers/kinst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kinst.c b/src/mame/drivers/kinst.c
index 30caa53bbbd..475c2e7cb99 100644
--- a/src/mame/drivers/kinst.c
+++ b/src/mame/drivers/kinst.c
@@ -331,7 +331,7 @@ static READ32_HANDLER( kinst_control_r )
{
UINT32 result;
static const char *portnames[] = { "P1", "P2", "IN0", "IN1", "DSW" };
-
+
/* apply shuffling */
offset = control_map[offset / 2];
result = kinst_control[offset];