Merge pull request #42 from whilei/gofmt-2018-Jun-17-00-35

gofmt
This commit is contained in:
Vadym Slizov 2018-06-17 21:17:48 +03:00 committed by GitHub
commit e38db94f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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