]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/cputc.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / apple2 / cputc.s
index 1b9373e5fe17cf22c5416e2717d8cd35c36bdb48..1cadd1f1ca09ce04b0897cd0d040ddccc82b01d4 100644 (file)
@@ -19,7 +19,7 @@
         .ifdef  __APPLE2ENH__
 initconio:
         sta     SETALTCHAR      ; Switch in alternate charset
-        bit    LORES           ; Limit SET80COL-HISCR to text
+        bit     LORES           ; Limit SET80COL-HISCR to text
         rts
         .endif