]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/system/getrandom.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / system / getrandom.s
index 2a100a9c20bfc10fb13df154fe591c3ec638b9c6..74c329ee2b839bca25591ca82ede30ad77ffc026 100644 (file)
@@ -5,11 +5,11 @@
 
 ; char GetRandom (void);
 
-           .export _GetRandom
+            .export _GetRandom
 
-           .include "jumptab.inc"
+            .include "jumptab.inc"
 
 _GetRandom:
-       jsr GetRandom
-       ldx #0
-       rts
+        jsr GetRandom
+        ldx #0
+        rts