summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui')
-rw-r--r--src/emu/ui/swlist.c2
-rw-r--r--src/emu/ui/ui.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/ui/swlist.c b/src/emu/ui/swlist.c
index 95c4a489098..a2b6b7e46c5 100644
--- a/src/emu/ui/swlist.c
+++ b/src/emu/ui/swlist.c
@@ -68,7 +68,7 @@ void ui_menu_software_parts::populate()
entry2->part = 0;
item_append("[file manager]", 0, 0, entry2);
-
+
software_part_menu_entry *entry3 = (software_part_menu_entry *) m_pool_alloc(sizeof(*entry3));
entry3->type = T_SWLIST;
entry3->part = 0;
diff --git a/src/emu/ui/ui.c b/src/emu/ui/ui.c
index 8d922696098..0d70c7e774a 100644
--- a/src/emu/ui/ui.c
+++ b/src/emu/ui/ui.c
@@ -1554,7 +1554,7 @@ UINT32 ui_manager::handler_ingame(running_machine &machine, render_container *co
machine.pause();
return machine.ui().set_handler(ui_gfx_ui_handler, is_paused);
}
-
+
// handle a tape control key
if (ui_input_pressed(machine, IPT_UI_TAPE_START))
{
@@ -1574,7 +1574,7 @@ UINT32 ui_manager::handler_ingame(running_machine &machine, render_container *co
return 0;
}
}
-
+
// handle a save state request
if (ui_input_pressed(machine, IPT_UI_SAVE_STATE))
{