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