]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-cbm/memory/verifyram.s
Normalized coding style.
[cc65] / libsrc / geos-cbm / memory / verifyram.s
index fe411b4e120a3ba055d2940f2814576d18145f3f..75f4ad8049637650ea93a252b4c2a6fdff87c4eb 100644 (file)
@@ -13,8 +13,8 @@
            .include "geossym.inc"
 
 _VerifyRAM:
-           jsr REURegs
-           jsr VerifyRAM
-           txa
-           ldx #0
-           rts
+       jsr REURegs
+       jsr VerifyRAM
+       txa
+       ldx #0
+       rts