]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/graph/graphicsstring.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / graphicsstring.s
index 5dc3064a7409c76694a69330ff963320acc8098d..86c74f1a623e821cf99c9e7e5d82ba2c09283728 100644 (file)
@@ -1,4 +1,3 @@
-
 ;
 ; Maciej 'YTM/Alliance' Witkowiak
 ;
@@ -6,12 +5,12 @@
 
 ; void GraphicsString         (char *myString);
 
-           .export _GraphicsString
+            .export _GraphicsString
 
-           .include "jumptab.inc"
-           .include "geossym.inc"
+            .include "jumptab.inc"
+            .include "geossym.inc"
 
 _GraphicsString:
-           sta r0L
-           stx r0H
-           jmp GraphicsString
+        sta r0L
+        stx r0H
+        jmp GraphicsString