Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
; CC65 runtime: Compare > for long unsigneds
|
||||
;
|
||||
|
||||
.export tosugteax
|
||||
.import toslcmp, boolugt
|
||||
.export tosugteax
|
||||
.import toslcmp, boolugt
|
||||
|
||||
tosugteax:
|
||||
jsr toslcmp ; Set the flags
|
||||
jmp boolugt ; Convert to boolean
|
||||
jsr toslcmp ; Set the flags
|
||||
jmp boolugt ; Convert to boolean
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user