]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/graph/horizontalline.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / horizontalline.s
index 9b8a1c5d5cbdf8ddb8c0ab6fb802b108e639bf7c..95655f55f7e0ecb1ef4e9b60e9c6e7ecccbef6e0 100644 (file)
@@ -5,13 +5,13 @@
 
 ; void HorizontalLine (char pattern, char y, int xstart, int xend);
 
-           .import popa
-           .import HLineRegs
-           .export _HorizontalLine
+            .import popa
+            .import HLineRegs
+            .export _HorizontalLine
 
-           .include "jumptab.inc"
+            .include "jumptab.inc"
 
 _HorizontalLine:
-       jsr HLineRegs
-       jsr popa
-       jmp HorizontalLine
+        jsr HLineRegs
+        jsr popa
+        jmp HorizontalLine