Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jul 3, 2014
1 parent ca0bd02 commit bbb37c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenCSharp.tpl
Expand Up @@ -648,7 +648,7 @@ if varsLst then
match initialValue
case SOME(v) then
match v
case ICONST(__)
case ICONST(__)
case RCONST(__)
case SCONST(__)
case BCONST(__)
Expand All @@ -665,7 +665,7 @@ if varsLst then
case vStr then
'<%arrName%>[(int)SimVarType.<%typName%>+(<%sv.index%><<4)] = <%vStr%>; //<%crefStr(sv.name, simCode)%>'
end match
else '//<%arrName%>[<%sv.index%>] = 0.0; //<%crefStr(sv.name, simCode)%> --> default val'
else '//<%arrName%>[<%sv.index%>] = 0.0; //<%crefStr(sv.name, simCode)%> --> default val'
;separator="\n"
%>
#endregion
Expand Down

0 comments on commit bbb37c7

Please sign in to comment.