]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/getdevice.s
Merge branch 'master' of https://github.com/blackystardust/cc65
[cc65] / libsrc / cbm / getdevice.s
index 87f990bf187325f7fbfc6226d699ce4b1152135c..08ba6d5f85e45240e377f49cdd959f6c92bbfa40 100644 (file)
@@ -7,7 +7,6 @@
 
         .export         _getfirstdevice
         .export         _getnextdevice
-
         .import         isdisk
         .import         opencmdchannel
         .import         closecmdchannel
@@ -26,7 +25,7 @@ _getfirstdevice:
 
 _getnextdevice:
         tax
-next:  inx
+next:   inx
         cpx     #$FF
         beq     done