Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
; unsigned char cbm_k_readst (void);
|
||||
;
|
||||
|
||||
.export _cbm_k_readst
|
||||
.import READST
|
||||
.export _cbm_k_readst
|
||||
.import READST
|
||||
|
||||
|
||||
_cbm_k_readst:
|
||||
jsr READST
|
||||
ldx #0 ; Clear high byte
|
||||
rts
|
||||
jsr READST
|
||||
ldx #0 ; Clear high byte
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user