]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/toascii.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / atmos / toascii.s
index 606fb0b6b7f3c3b6f6a72d6c4927ee575f61140a..69e0cf07ac2400771e2ab029a20cb0cfc8ce8ba0 100644 (file)
@@ -3,12 +3,12 @@
 ; /* Convert a target-specific character to ASCII. */
 ;
 
-.export        _toascii
+.export _toascii
 
-.proc  _toascii
+.proc   _toascii
 
 ; .X must be zero, on return.
-       ldx     #>0
-       rts
+        ldx     #>0
+        rts
 
 .endproc