Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
; void InvertLine (char y, int xstart, int xend);
|
||||
|
||||
.import HLineRegs
|
||||
.export _InvertLine
|
||||
.import HLineRegs
|
||||
.export _InvertLine
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
_InvertLine:
|
||||
jsr HLineRegs
|
||||
jmp InvertLine
|
||||
jsr HLineRegs
|
||||
jmp InvertLine
|
||||
|
||||
Reference in New Issue
Block a user