forked from TrueCloudLab/neoneo-go
*: gofmt -s
Appy gofmt for all the source tree.
This commit is contained in:
parent
90469399d7
commit
fabd11699a
17 changed files with 29 additions and 32 deletions
|
@ -361,7 +361,7 @@ func (c *codegen) Visit(node ast.Node) ast.Visitor {
|
|||
|
||||
case token.LOR:
|
||||
ast.Walk(c, n.X)
|
||||
emitJmp(c.prog, vm.JMPIF, int16(len(c.l) - 3))
|
||||
emitJmp(c.prog, vm.JMPIF, int16(len(c.l)-3))
|
||||
ast.Walk(c, n.Y)
|
||||
return nil
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue