]> git.sur5r.net Git - cc65/blobdiff - libsrc/pet/_scrsize.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / pet / _scrsize.s
index ef8b4c56bd8a3479545032c58cd41e5ea39d90d4..b2ba92b98b8682d9ffe510482c45ded6edd142b7 100644 (file)
@@ -4,16 +4,16 @@
 ; Screen size variables
 ;
 
-       .export         screensize
+        .export         screensize
 
-       .include        "pet.inc"
+        .include        "pet.inc"
 
 .proc   screensize
 
-               ldx     SCR_LINELEN
-       inx                     ; Variable is one less
-               ldy     #25
-       rts
+        ldx     SCR_LINELEN
+        inx                     ; Variable is one less
+        ldy     #25
+        rts
 
 .endproc