Skip to content

Commit 6f47988

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent c603116 commit 6f47988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/Template/CodegenCpp.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5856,7 +5856,7 @@ end initAliasValst;
58565856
*/
58575857
template initAliasValst(Text &varDecls ,Text type,list<SimVar> varsLst, SimCode simCode, Context context) ::=
58585858
varsLst |> sv as SIMVAR(__) =>
5859-
5859+
58605860
let &varDeclsCref = buffer "" /*BUFD*/
58615861
match initialValue
58625862
case SOME(v) then
@@ -5893,7 +5893,7 @@ template getAliasInitVal(AliasVariable aliasvar,Context context, Text &preExp /*
58935893
case ALIAS(__) then getAliasInitVal2(varName, context, preExp, varDecls,simCode)
58945894
case NEGATEDALIAS(__) then getAliasInitVal2(varName,context, preExp , varDecls ,simCode)
58955895
else 'noAlias'
5896-
5896+
58975897
end getAliasInitVal;
58985898
58995899
template getAliasInitVal2(ComponentRef aliascref,Context context, Text &preExp /*BUFP*/, Text &varDecls /*BUFP*/, SimCode simCode)

0 commit comments

Comments
 (0)