Skip to content

Commit

Permalink
adapt whitespaces to existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Oct 10, 2015
1 parent b0d49ab commit 794b444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenFMUCommon.tpl
Expand Up @@ -418,11 +418,11 @@ match simVar
<<
name="<%System.stringReplace(crefStrNoUnderscore(name),"$", "_D_")%>"
valueReference="<%valueReference%>"
<%if boolNot(stringEq(previous, "")) then 'previous="'+previous+'"' %>
<%description%>
variability="<%variability%>"
causality="<%caus%>"
<%if boolNot(stringEq(initial, "")) then 'initial="'+initial+'"' %>
<%if boolNot(stringEq(previous, "")) then 'previous="'+previous+'"' %>
>>
end ScalarVariableAttribute2;

Expand Down

0 comments on commit 794b444

Please sign in to comment.