]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/wherey.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / atmos / wherey.s
index 3a940c581df2c78f1b4910e06ddae5aaee462b8b..8a2b3443f9d24ff6f09ea449bb812943e45e8bad 100644 (file)
@@ -4,7 +4,7 @@
 ; unsigned char wherey (void);
 ;
 
-       .export         _wherey
+        .export         _wherey
 
         .include        "atmos.inc"
 
@@ -12,7 +12,7 @@
 
         ldx     #$00
         lda     CURS_Y
-       rts
+        rts
 
 .endproc