mirror of
https://github.com/ii64/sonic.git
synced 2026-06-21 00:46:43 +08:00
chore: remove excessive spaces
This commit is contained in:
parent
de2dc2c35a
commit
d4024becca
7 changed files with 254 additions and 254 deletions
|
|
@ -38,7 +38,7 @@
|
|||
)
|
||||
|
||||
var (
|
||||
_Instr_End _Instr = newInsOp(_OP_is_nil)
|
||||
_Instr_End = newInsOp(_OP_is_nil)
|
||||
|
||||
_F_gc = jit.Func(gc)
|
||||
_F_println = jit.Func(println_wrapper)
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
|
||||
func (self *_Assembler) debug_instr(i int, v *_Instr) {
|
||||
if debugSyncGC {
|
||||
if (i+1 == len(self.p)) {
|
||||
if i+1 == len(self.p) {
|
||||
self.print_gc(i, v, &_Instr_End)
|
||||
} else {
|
||||
next := &(self.p[i+1])
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 09224ab8c109bdb8da13af04abd7c01cb6e38d87
|
||||
Subproject commit 5e85f0dbbd2eb4768d8413c326e5540612c86fae
|
||||
Loading…
Reference in a new issue