@@ -140,7 +140,7 @@ var Normalizers = []Mapping{
140140 {
141141 "Name" : StringConv (Var ("path" ), prependDotSlash , removeDotSlash ),
142142 "IsSystem" : Bool (false ),
143- "Path" : String ("" ),
143+ "Path" : String ("" ),
144144 // FIXME(juanjux): save this once we've a way
145145 "Resolved" : Any (),
146146 },
@@ -182,10 +182,10 @@ var Normalizers = []Mapping{
182182
183183 MapSemantic ("CPPASTLiteralExpression" , uast.String {}, MapObj (
184184 Obj {
185- "LiteralValue" : Quote (Var ("val" )),
186- "kind" : String ("string_literal" ),
185+ "LiteralValue" : Quote (Var ("val" )),
186+ "kind" : String ("string_literal" ),
187187 "ExpressionValueCategory" : String ("LVALUE" ),
188- "IsLValue" : Bool (true ),
188+ "IsLValue" : Bool (true ),
189189 // Will be const char[somenum]
190190 "ExpressionType" : Any (),
191191 },
@@ -215,7 +215,7 @@ var Normalizers = []Mapping{
215215 Map (
216216 Fields {
217217 {Name : "IASTClass" , Op : String ("CPPASTName" )},
218- {Name : "Name" , Op : String ("" )},
218+ {Name : "Name" , Op : String ("" )},
219219 // FIXME(juanjux): save this once we have a way.
220220 {Name : "ExpandedFromMacro" , Drop : true , Op : Any ()},
221221 },
@@ -487,7 +487,7 @@ var Normalizers = []Mapping{
487487 Obj {
488488 "Nodes" : Arr (
489489 Fields {
490- {Name : "Comments" , Op : Fields {
490+ {Name : "Comments" , Op : Fields {
491491 {Name : "LeadingComments" , Optional : "optLeadingComments" , Op : Var ("leadingComments" )},
492492 {Name : "FreestadingComments" , Optional : "optFSComments" , Op : Var ("fsComments" )},
493493 {Name : "TrailingComments" , Optional : "optTlComments" , Op : Var ("tsComments" )},
0 commit comments