Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
|
||||
; void PutDecimal (char style, unsigned value, char y, int x);
|
||||
|
||||
.import popa, popax
|
||||
.import getintcharint
|
||||
.export _PutDecimal
|
||||
.import popa, popax
|
||||
.import getintcharint
|
||||
.export _PutDecimal
|
||||
|
||||
.include "jumptab.inc"
|
||||
.include "jumptab.inc"
|
||||
|
||||
_PutDecimal:
|
||||
jsr getintcharint
|
||||
jsr popa
|
||||
jmp PutDecimal
|
||||
jsr getintcharint
|
||||
jsr popa
|
||||
jmp PutDecimal
|
||||
|
||||
Reference in New Issue
Block a user