]> git.sur5r.net Git - cc65/blobdiff - libsrc/pet/randomize.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / pet / randomize.s
index bf65270360fe13a1ccffb012e969abd73dbfe95d..fc5f621af5b5c2f4ad91bd02578ac1823bece148 100644 (file)
@@ -5,10 +5,10 @@
 ; /* Initialize the random number generator */
 ;
 
-       .export         __randomize
-       .import         _srand
+        .export         __randomize
+        .import         _srand
 
-       .include        "pet.inc"
+        .include        "pet.inc"
 
 __randomize:              
         ldx     TIME