summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/debugint.cpp')
-rw-r--r--src/osd/modules/debugger/debugint.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/modules/debugger/debugint.cpp b/src/osd/modules/debugger/debugint.cpp
index 0f77f08f802..40a6e2a297b 100644
--- a/src/osd/modules/debugger/debugint.cpp
+++ b/src/osd/modules/debugger/debugint.cpp
@@ -1495,7 +1495,7 @@ static void handle_keys(running_machine &machine)
debug_cpu_get_visible_cpu(machine)->debug()->go();
}
}
-
+
if(machine.input().code_pressed_once(KEYCODE_F5))
debug_cpu_get_visible_cpu(machine)->debug()->go();
if(machine.input().code_pressed_once(KEYCODE_F6))
@@ -1556,7 +1556,7 @@ static void handle_keys(running_machine &machine)
set_focus_view(ndv);
}
- }
+ }
if(machine.input().code_pressed_once(KEYCODE_L))
{
if(machine.input().code_pressed(KEYCODE_LCONTROL))
@@ -1619,7 +1619,7 @@ static void handle_keys(running_machine &machine)
}
}
-
+
// pass keypresses to debug view with focus
if(machine.input().code_pressed_once(KEYCODE_UP))
focus_view->view->process_char(DCH_UP);