]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/system/setoserror.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / system / setoserror.s
index 382f56551260aad85638042464aa192476633216..adc6ad01755712e16157faab4d77288b411dfbb7 100644 (file)
@@ -1,16 +1,15 @@
-
 ;
 ; Maciej 'YTM/Elysium' Witkowiak
 ;
 ; 2.1.2003
 ;
 
-           .export setoserror
-           .import __oserror
+            .export setoserror
+            .import __oserror
 
 setoserror:
-           stx __oserror
-           txa
-           ldx #0              ; X is cleared (high byte for promoting char to int)
-           tay                 ; Y register is used just to save flags state
-           rts
+        stx __oserror
+        txa
+        ldx #0                  ; X is cleared (high byte for promoting char to int)
+        tay                     ; Y register is used just to save flags state
+        rts