]> git.sur5r.net Git - cc65/commitdiff
Removed TABs.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Oct 2012 12:51:02 +0000 (12:51 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Oct 2012 12:51:02 +0000 (12:51 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5849 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/apple2/getdevice.s

index bc2896991382c33b638dfd0128c22d5c6dac35d5..d07420902172701bc34a916bfe34f857c82b2bb2 100644 (file)
@@ -37,9 +37,9 @@ next:   tax
         ; Number of on-line devices (minus 1)
         ldy     DEVCNT
 
-       ; Does the list contain the device?
+        ; Does the list contain the device?
 :       cmp     (ptr1),y
-        beq    done
+        beq     done
         dey
         bpl     :-
         bmi     next            ; Branch always