]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/wherey.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / cbm / wherey.s
index 53c5b4f6d6c3c9800fe40103718aa548cd386398..9bc74730a5cf3bca417baebf4731983c93ff4c85 100644 (file)
@@ -4,13 +4,13 @@
 ; unsigned char wherey (void);
 ;
 
-       .export         _wherey
+        .export         _wherey
         .import         CURS_Y: zp
 
 
 .proc   _wherey
         lda     CURS_Y
         ldx     #$00
-       rts
+        rts
 .endproc