Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
; void gotox (unsigned char x);
|
||||
;
|
||||
|
||||
.export _gotox
|
||||
.export _gotox
|
||||
|
||||
.include "atmos.inc"
|
||||
|
||||
.proc _gotox
|
||||
|
||||
sta CURS_X ; Set X
|
||||
sta CURS_X ; Set X
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user