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

@@ -13,23 +13,23 @@
_mouse_unload:
lda _mouse_drv
lda _mouse_drv
pha ; Save pointer to driver
ora _mouse_drv+1
beq no_driver ; No driver
lda _mouse_drv+1
pha
ora _mouse_drv+1
beq no_driver ; No driver
lda _mouse_drv+1
pha
jsr _mouse_uninstall ; Uninstall the driver
jsr _mouse_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 MOUSE_ERR_OK
no_driver:
tax ; X = 0
tax ; X = 0
pla ; Remove pushed junk
lda #<MOUSE_ERR_NO_DRIVER
rts
lda #<MOUSE_ERR_NO_DRIVER
rts