Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
; char GetCharWidth (char character);
|
||||
|
||||
.export _GetCharWidth
|
||||
.export _GetCharWidth
|
||||
|
||||
.include "jumptab.inc"
|
||||
.include "jumptab.inc"
|
||||
|
||||
_GetCharWidth:
|
||||
jsr GetCharWidth
|
||||
ldx #0
|
||||
rts
|
||||
jsr GetCharWidth
|
||||
ldx #0
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user