remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:06:22 +02:00
parent 3c1641e3e3
commit f8f901b05e
212 changed files with 432 additions and 432 deletions

View File

@@ -57,5 +57,5 @@ MnemoTab2:
.byte $C4,$CA,$26,$48,$44,$44,$A2,$C8

View File

@@ -1579,12 +1579,12 @@ void DbgEntry (void)
case 'q':
/* Quit program */
clrscr ();
/* Exit intentionally with error because one may
** say that DbgEntry is always abnormal.
** say that DbgEntry is always abnormal.
*/
exit (EXIT_FAILURE);
}
}
}

View File

@@ -77,7 +77,7 @@ disassret:
inx ; Adjust for opcode byte
txa
ldx #$00 ; Clear high byte
rts
rts
; -------------------------------------------------------------------------
; Helper functions