Cleanup function to match coding-standard

This commit is contained in:
michaelangel007 2023-03-23 08:05:29 -07:00
parent a8e6941a68
commit f97531c5c0
1 changed files with 3 additions and 3 deletions

View File

@ -1892,9 +1892,9 @@ Update_t CmdBreakpointEnable (int nArgs) {
return UPDATE_BREAKPOINTS;
}
Update_t CmdBreakpointChange (int nArgs) {
// bpchange # <[E e T t S s]>
Update_t CmdBreakpointChange (int nArgs)
{
if (! g_nBreakpoints)
return ConsoleDisplayError("There are no (PC) Breakpoints defined.");