Skip to content

Commit

Permalink
Remove tab from visualxml tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Oct 27, 2016
1 parent 82c4ecd commit 183b510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/VisualXMLTpl.tpl
Expand Up @@ -64,7 +64,7 @@ end dumpVisualization;

template dumpVecExp (list<DAE.Exp> vector)
::=
let vecDump = vector |> vec => <<<%dumpExp(vec)%>>> ; separator="\t\n"
let vecDump = vector |> vec => <<<%dumpExp(vec)%>>> ; separator="\n"
<<
<%vecDump%>>>
end dumpVecExp;
Expand Down

0 comments on commit 183b510

Please sign in to comment.