Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
; CC65 runtime: Return 0 in a/x
|
||||
;
|
||||
|
||||
.export return0
|
||||
.export return0
|
||||
|
||||
.proc return0
|
||||
.proc return0
|
||||
|
||||
lda #0
|
||||
tax
|
||||
rts
|
||||
lda #0
|
||||
tax
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user