remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:05:19 +02:00
parent eb8490f13a
commit 5276033be1
11 changed files with 126 additions and 126 deletions

View File

@@ -39,7 +39,7 @@
** are declared here.
**
** To use the debugger, just call DbgInit in your application. Once it has
** been called, the debugger will catch any BRK opcode. Use the BREAK macro
** been called, the debugger will catch any BRK opcode. Use the BREAK macro
** defined below to insert breakpoints into your code.
**
** There are currently a lot of things that cannot be debugged, graphical
@@ -121,4 +121,4 @@ void __fastcall__ DbgInit (unsigned unused);