Remove trailings spaces from CBM-related asm files

This commit is contained in:
Bas Wassink
2019-03-22 22:54:05 +01:00
parent 462d8096c0
commit 2eac69a943
30 changed files with 28 additions and 56 deletions

View File

@@ -55,7 +55,7 @@ uservec: jmp $FFFF ; Patched at runtime
; Break handler, called if a break occurs.
; Break handler, called if a break occurs.
.proc brk_handler
@@ -91,4 +91,3 @@ uservec: jmp $FFFF ; Patched at runtime
.endproc