]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/graph/put_char.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / put_char.s
index bc22a70cb81f3b21c7e5b3c93d2a1635d74419bd..f34d7a178329c42eeb20695e5db6ec6a874d051a 100644 (file)
@@ -5,16 +5,16 @@
 
 ; void PutChar         (char character, char y, int x);
 
-           .import popa
-           .export _PutChar
+            .import popa
+            .export _PutChar
 
-           .include "jumptab.inc"
-           .include "geossym.inc"
+            .include "jumptab.inc"
+            .include "geossym.inc"
 
 _PutChar:
-       sta r11L
-       stx r11H
-       jsr popa
-       sta r1H
-       jsr popa
-       jmp PutChar
+        sta r11L
+        stx r11H
+        jsr popa
+        sta r1H
+        jsr popa
+        jmp PutChar