]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/graph/bitmapup.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / graph / bitmapup.s
index 214bf2357b73c70c319ae029761a696d2a1ad21c..9b37308f3a3e15e12043cf610e6c4bc96151c6d2 100644 (file)
@@ -3,13 +3,13 @@
 ;
 ; 21.12.99
 
-; void BitmapUp        (struct iconpic *myGfx);
+; void BitmapUp (struct iconpic *myGfx);
 
-           .import BitmapRegs
-           .export _BitmapUp
+            .import BitmapRegs
+            .export _BitmapUp
 
-           .include "jumptab.inc"
+            .include "jumptab.inc"
 
 _BitmapUp:
-       jsr BitmapRegs
-       jmp BitmapUp
+        jsr BitmapRegs
+        jmp BitmapUp