]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/lne.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / lne.s
index e0f0485793b001c24e4834b9a64f7b109acd4b03..58ae99acc4f2550a3dbfa6bde20e0d965a8e86f9 100644 (file)
@@ -4,11 +4,11 @@
 ; CC65 runtime: long not equal
 ;
 
-       .export         tosneeax
-       .import         toslcmp, boolne
+        .export         tosneeax
+        .import         toslcmp, boolne
 
 tosneeax:
-       jsr     toslcmp         ; Set flags
-       jmp     boolne          ; Convert to boolean
+        jsr     toslcmp         ; Set flags
+        jmp     boolne          ; Convert to boolean