remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:06:22 +02:00
parent 3c1641e3e3
commit f8f901b05e
212 changed files with 432 additions and 432 deletions

View File

@@ -3,7 +3,7 @@
;
; 21.12.99
; void BitOtherClip (void *proc1, void* proc2, char skipl, char skipr, int skipy,
; void BitOtherClip (void *proc1, void* proc2, char skipl, char skipr, int skipy,
; struct iconpic *myGfx);
; both proc1, proc2 should be: char __fastcall something (void);

View File

@@ -8,5 +8,5 @@
.export _FrameRectangle
.include "jumptab.inc"
_FrameRectangle = FrameRectangle

View File

@@ -4,10 +4,10 @@
; 21.12.99
; void ImprintRectangle (void);
.export _ImprintRectangle
.include "jumptab.inc"
_ImprintRectangle = ImprintRectangle

View File

@@ -9,7 +9,7 @@
.export _InvertLine
.include "jumptab.inc"
_InvertLine:
jsr HLineRegs
jmp InvertLine

View File

@@ -6,7 +6,7 @@
; void InvertRectangle (void);
.export _InvertRectangle
.include "jumptab.inc"
_InvertRectangle = InvertRectangle

View File

@@ -7,7 +7,7 @@
.import HLineRegs
.export _RecoverLine
.include "jumptab.inc"
_RecoverLine:

View File

@@ -4,10 +4,10 @@
; 29.10.99
; void RecoverRectangle (void);
.export _RecoverRectangle
.include "jumptab.inc"
_RecoverRectangle = RecoverRectangle

View File

@@ -6,7 +6,7 @@
; void Rectangle (void);
.export _Rectangle
.include "jumptab.inc"
_Rectangle = Rectangle

View File

@@ -10,7 +10,7 @@
.export _TestPoint
.include "jumptab.inc"
_TestPoint:
jsr PointRegs
jsr TestPoint

View File

@@ -5,12 +5,12 @@
; void VerticalLine (char pattern, char ystart, char yend, int x);
.import popa
.import popa
.export _VerticalLine
.include "jumptab.inc"
.include "geossym.inc"
_VerticalLine:
stx r4H
sta r4L