Remove trailing blank lines from read.s, write.s and tapeio.s

This commit is contained in:
Wayne Parham 2021-06-16 17:28:19 -05:00
parent d6ef8326f9
commit 5f4605c4fc
3 changed files with 0 additions and 3 deletions

View File

@ -51,4 +51,3 @@ done: lda ptr3
rts ; Return count
.endproc

View File

@ -44,4 +44,3 @@ error: jmp return1 ; or 1 if not
error: jmp return1 ; or 1 if not
.endproc

View File

@ -49,4 +49,3 @@ done: lda ptr3
rts ; Return count
.endproc