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