mirror of
https://github.com/ii64/sonic.git
synced 2026-06-24 10:26:44 +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 (
|
var (
|
||||||
_Instr_End _Instr = newInsOp(_OP_is_nil)
|
_Instr_End = newInsOp(_OP_is_nil)
|
||||||
|
|
||||||
_F_gc = jit.Func(gc)
|
_F_gc = jit.Func(gc)
|
||||||
_F_println = jit.Func(println_wrapper)
|
_F_println = jit.Func(println_wrapper)
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
|
|
||||||
func (self *_Assembler) debug_instr(i int, v *_Instr) {
|
func (self *_Assembler) debug_instr(i int, v *_Instr) {
|
||||||
if debugSyncGC {
|
if debugSyncGC {
|
||||||
if (i+1 == len(self.p)) {
|
if i+1 == len(self.p) {
|
||||||
self.print_gc(i, v, &_Instr_End)
|
self.print_gc(i, v, &_Instr_End)
|
||||||
} else {
|
} else {
|
||||||
next := &(self.p[i+1])
|
next := &(self.p[i+1])
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 09224ab8c109bdb8da13af04abd7c01cb6e38d87
|
Subproject commit 5e85f0dbbd2eb4768d8413c326e5540612c86fae
|
||||||
Loading…
Reference in a new issue