]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/emd/c64-ram.s
Remove trailings spaces from CBM-related asm files
[cc65] / libsrc / c64 / emd / c64-ram.s
index b41f932e611e415332a8319bd9854870802542c4..5355b552da0bb34a4f080b0df8766e7d101dfce6 100644 (file)
@@ -167,7 +167,7 @@ loop:   .repeat 8
 
 ; Done
 
-done:   rts               
+done:   rts
 
 ; ------------------------------------------------------------------------
 ; COPYFROM: Copy from extended into linear memory. A pointer to a structure
@@ -178,7 +178,7 @@ done:   rts
 COPYFROM:
         sta     ptr3
         stx     ptr3+1                  ; Save the passed em_copy pointer
-                       
+
         ldy     #EM_COPY::OFFS
         lda     (ptr3),y
         sta     ptr1