remove dangling spaces
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
.export _UnblockProcess
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
|
||||
_BlockProcess:
|
||||
tax
|
||||
jmp BlockProcess
|
||||
|
||||
|
||||
_UnblockProcess:
|
||||
tax
|
||||
jmp UnblockProcess
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
.export _UnfreezeProcess
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
|
||||
_FreezeProcess:
|
||||
tax
|
||||
jmp FreezeProcess
|
||||
|
||||
|
||||
_UnfreezeProcess:
|
||||
tax
|
||||
jmp UnfreezeProcess
|
||||
|
||||
@@ -20,11 +20,11 @@ _InitProcesses:
|
||||
stx r0H
|
||||
jsr popa
|
||||
jmp InitProcesses
|
||||
|
||||
|
||||
_RestartProcess:
|
||||
tax
|
||||
jmp RestartProcess
|
||||
|
||||
|
||||
_EnableProcess:
|
||||
tax
|
||||
jmp EnableProcess
|
||||
|
||||
Reference in New Issue
Block a user