From a94377d2a5aa9f612c6ac0ed08eafb4314a2ce7d Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 4 Jun 2016 21:52:36 -0700 Subject: [PATCH] Add space after commas separating two vars --- .../antlr/v4/tool/templates/codegen/Go/Go.stg | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tool/resources/org/antlr/v4/tool/templates/codegen/Go/Go.stg b/tool/resources/org/antlr/v4/tool/templates/codegen/Go/Go.stg index a932f284a..da08fbc6a 100644 --- a/tool/resources/org/antlr/v4/tool/templates/codegen/Go/Go.stg +++ b/tool/resources/org/antlr/v4/tool/templates/codegen/Go/Go.stg @@ -255,7 +255,7 @@ func (p *) (> -LeftRecursiveRuleFunction(currentRule,args,code,locals,ruleCtx,altLabelCtxs, - namedActions,finallyAction,postamble) ::= +LeftRecursiveRuleFunction(currentRule, args, code, locals, ruleCtx, altLabelCtxs, + namedActions, finallyAction, postamble) ::= << @@ -360,7 +360,7 @@ p.SetState() = p.GetTokenStream().LT(1) switch p.GetTokenStream().LA(1) { - + break }; separator="\n"> default: @@ -371,7 +371,7 @@ default: LL1OptionalBlock(choice, alts, error) ::= << p.SetState() switch p.GetTokenStream().LA(1) { - + break }; separator="\n"> default: @@ -587,7 +587,7 @@ TokenRef(t) ::= ".Get()" LabelRef(t) ::= ".Get()" ListLabelRef(t) ::= ".Get" -SetAttr(s,rhsChunks) ::= ".Set()" +SetAttr(s, rhsChunks) ::= ".Set()" TokenLabelType() ::= "" InputSymbolType() ::= "" @@ -702,8 +702,8 @@ ListLabelName(label) ::="