Just some white space fixes of recently contributed code.

This commit is contained in:
Oliver Schmidt
2017-04-06 17:53:57 +02:00
parent be772c0198
commit e43dbe1c24
5 changed files with 8 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ _strcat:
.else
lda #0
sta ptr2 ; access from page start, y contains low byte
.endif
.endif
stx ptr2+1
findEndOfDest:
@@ -33,7 +33,7 @@ findEndOfDest:
bne findEndOfDest
endOfDestFound:
sty ptr2 ; advance pointer to last y position
sty ptr2 ; advance pointer to last y position
ldy #0 ; reset new y-offset
copyByte: