]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/graph/hlineregs.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / hlineregs.s
index 836f8517806df43ee941b5a1bbd35a54d7689282..bad7e88519c24ce8ddb28bc59d046b6e6d18be0b 100644 (file)
@@ -4,17 +4,17 @@
 ; 29.10.99
 
 
-           .import popax, popa
-           .export HLineRegs
+            .import popax, popa
+            .export HLineRegs
 
-           .include "geossym.inc"
+            .include "geossym.inc"
 
 HLineRegs:
-       stx r4H
-       sta r4L
-       jsr popax
-       stx r3H
-       sta r3L
-       jsr popa
-       sta r11L
-       rts
+        stx r4H
+        sta r4L
+        jsr popax
+        stx r3H
+        sta r3L
+        jsr popa
+        sta r11L
+        rts