Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
; CC65 runtime: long equal
|
||||
;
|
||||
|
||||
.export toseqeax
|
||||
.import toslcmp, booleq
|
||||
.export toseqeax
|
||||
.import toslcmp, booleq
|
||||
|
||||
toseqeax:
|
||||
jsr toslcmp ; Set flags
|
||||
jmp booleq ; Convert to boolean
|
||||
toseqeax:
|
||||
jsr toslcmp ; Set flags
|
||||
jmp booleq ; Convert to boolean
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user