]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/gotoy.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / atmos / gotoy.s
index baa95a773f2dc73a9992702bf825e2d61c27e2bf..4db5777559d478a769afbb32691723db72c78107 100644 (file)
@@ -4,13 +4,13 @@
 ; void gotoy (unsigned char y);
 ;
 
-       .export         _gotoy
+        .export         _gotoy
 
         .include        "atmos.inc"
 
 .proc   _gotoy
 
-       sta     CURS_Y          ; Set Y
+        sta     CURS_Y          ; Set Y
         rts
 
 .endproc