remove dangling spaces

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

View File

@@ -23,13 +23,13 @@ swapstk:
tay
lda ptr4
sta (sp)
tya
.else
tya
.else
dey
lda (sp),y
pha
lda ptr4
sta (sp),y
pla
.endif
.endif
rts ; whew!