]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/graph/getcharwidth.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / getcharwidth.s
index a98005f9a347430bd1070ee4dbc3cef5c78db364..9c16ea1aba4dbd6aab5eb74e67d08bbfa5c2c6ae 100644 (file)
@@ -5,11 +5,11 @@
 
 ; char GetCharWidth (char character);
 
-           .export _GetCharWidth
+            .export _GetCharWidth
 
-           .include "jumptab.inc"
+            .include "jumptab.inc"
 
 _GetCharWidth:
-       jsr GetCharWidth
-       ldx #0
-       rts
+        jsr GetCharWidth
+        ldx #0
+        rts