]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/return0.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / return0.s
index 37c2608047cec11aca5453497dd2f185a24e0fb5..c061e013c85197cbc4f121a465f4d28f493f4c24 100644 (file)
@@ -4,17 +4,17 @@
 ; CC65 runtime: Return 0 in a/x
 ;
 
-               .export         return0
+        .export         return0
 
-.proc  return0
+.proc   return0
 
-       lda     #0
-       tax
-       rts
+        lda     #0
+        tax
+        rts
 
 .endproc
 
 
 
 
-       
+