Removed (pretty inconsistently used) tab chars from source code base.

This commit is contained in:
Oliver Schmidt
2013-05-09 13:56:54 +02:00
parent 44fd1082ae
commit 85885001b1
1773 changed files with 62864 additions and 62868 deletions

View File

@@ -15,23 +15,23 @@
_joy_unload:
lda _joy_drv
lda _joy_drv
pha ; Save pointer to driver
ora _joy_drv+1
beq no_driver ; No driver
lda _joy_drv+1
pha
ora _joy_drv+1
beq no_driver ; No driver
lda _joy_drv+1
pha
jsr _joy_uninstall ; Uninstall the driver
jsr _joy_uninstall ; Uninstall the driver
pla
tax
pla ; Get pointer to driver
pla
tax
pla ; Get pointer to driver
jsr _mod_free ; Free the driver
jmp return0 ; Return JOY_ERR_OK
no_driver:
tax ; X = 0
tax ; X = 0
pla ; Remove pushed junk
lda #JOY_ERR_NO_DRIVER
rts
lda #JOY_ERR_NO_DRIVER
rts