all: gofmt

Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ia <isaac.ardis@gmail.com>
This commit is contained in:
ia 2018-06-17 00:37:47 +02:00
parent a98301f940
commit 19a9624931
4 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@ import (
// New node
type New struct {
Class node.Node
Class node.Node
ArgumentList *node.ArgumentList
}

View File

@ -7,8 +7,8 @@ import (
// StaticCall node
type StaticCall struct {
Class node.Node
Call node.Node
Class node.Node
Call node.Node
ArgumentList *node.ArgumentList
}

View File

@ -7,7 +7,7 @@ import (
// Switch node
type Switch struct {
Cond node.Node
Cond node.Node
CaseList *CaseList
}

View File

@ -347,7 +347,6 @@ const yyErrCode = 2
const yyInitialStackSize = 16
//line php5/php5.y:6782
type simpleIndirectReference struct {
all []*expr.Variable
last *expr.Variable