]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/wherey.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / atari / wherey.s
index de672b7afed841edf9208f036bde06be57b853c4..f391eec1751b2db0504de52e1e97100538a9166c 100644 (file)
@@ -4,10 +4,10 @@
 ; unsigned char wherey (void);
 ;
 
-       .export  _wherey
-       .include "atari.inc"
+        .export  _wherey
+        .include "atari.inc"
 
 _wherey:
-       lda     ROWCRS
-       ldx     #0
-       rts
+        lda     ROWCRS
+        ldx     #0
+        rts