]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/graph/invertline.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / invertline.s
index dcc68d40a1b619079d78a978ee27198f83ca7c16..baa4a6e5a4837e0169822473089b12ef91727bca 100644 (file)
@@ -5,11 +5,11 @@
 
 ; void InvertLine     (char y, int xstart, int xend);
 
-           .import HLineRegs
-           .export _InvertLine
+            .import HLineRegs
+            .export _InvertLine
 
-           .include "jumptab.inc"
-           
+            .include "jumptab.inc"
+            
 _InvertLine:
-       jsr HLineRegs
-       jmp InvertLine
+        jsr HLineRegs
+        jmp InvertLine