From 01661be41c37560a37f2b43c5ecee7a10a6a1680 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 21 Jun 2020 14:59:50 +1000 Subject: srcclean and cleanup (nw) --- src/emu/debug/debugcon.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/emu/debug/debugcon.cpp') diff --git a/src/emu/debug/debugcon.cpp b/src/emu/debug/debugcon.cpp index 88d1906c7f3..b547b1b536c 100644 --- a/src/emu/debug/debugcon.cpp +++ b/src/emu/debug/debugcon.cpp @@ -141,7 +141,7 @@ void debugger_console::execute_help_custom(int ref, const std::vector& params) @@ -584,8 +584,8 @@ std::string debugger_console::cmderr_to_string(CMDERR error) /*------------------------------------------------- - print_core - write preformatted text - to the debug console + print_core - write preformatted text + to the debug console -------------------------------------------------*/ void debugger_console::print_core(const char *text) @@ -597,8 +597,8 @@ void debugger_console::print_core(const char *text) } /*------------------------------------------------- - print_core_wrap - write preformatted text - to the debug console, with wrapping + print_core_wrap - write preformatted text + to the debug console, with wrapping -------------------------------------------------*/ void debugger_console::print_core_wrap(const char *text, int wrapcol) -- cgit v1.2.3