]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/ungetc.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / common / ungetc.s
index 0ad12e3a293ed5222c47e458902d2ce3c53cf14c..386c450a8ee1dbbb4c52ec7be9086bc912113226 100644 (file)
 
 ; Check if the file is open
 
-       ldy     #_FILE::f_flags
-       lda     (ptr1),y
-       and     #_FOPEN                 ; Is the file open?
-               beq     error                   ; Branch if no
+        ldy     #_FILE::f_flags
+        lda     (ptr1),y
+        and     #_FOPEN                 ; Is the file open?
+        beq     error                   ; Branch if no
 
 ; Set the pushback flag and reset the end-of-file indicator