ZoneCodeGenerator: Remove spaces between array indices

This commit is contained in:
Jan 2019-12-18 15:22:16 +01:00
parent 5b8cd9cbc6
commit 92e84e69f9

View File

@ -22,7 +22,7 @@ $endif$
}$
%>
PrintArrayIndices(reference) ::= "$reference.ArrayIndices:{ index | [$index$] }$"
PrintArrayIndices(reference) ::= "$reference.ArrayIndices:{ index | [$index$]}$"
PrintOperandStatic(op) ::= <%
$if(op.EnumMemberValue)$