Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
; unsigned char __fastcall__ dio_close (dhandle_t handle);
|
||||
;
|
||||
|
||||
.export _dio_close
|
||||
.import dioepilog
|
||||
.export _dio_close
|
||||
.import dioepilog
|
||||
|
||||
_dio_close:
|
||||
lda #$00
|
||||
jmp dioepilog
|
||||
lda #$00
|
||||
jmp dioepilog
|
||||
|
||||
Reference in New Issue
Block a user