]> git.sur5r.net Git - cc65/blobdiff - libsrc/vic20/kplot.s
Remove trailings spaces from CBM-related asm files
[cc65] / libsrc / vic20 / kplot.s
index 2f4de27546fc0f65c38d3a6fc18e1cb88bae0d5c..f37ed8fce43030ed9009e3efbc5defff372e50fb 100644 (file)
@@ -10,7 +10,7 @@
 
 .proc   PLOT
 
-        bcs     @L1                     
+        bcs     @L1
         jsr     $FFF0                   ; Set cursor position
         jmp     $EAB2                   ; Set pointer to color RAM
 
@@ -18,4 +18,3 @@
 
 .endproc
 
-