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@22481 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Sep 29, 2014
1 parent 1f43726 commit e09b5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenCpp.tpl
Expand Up @@ -5418,7 +5418,7 @@ match simVar
multi_array<<%variableType(type_)%>,<%dims%>> <%arrayName%>;
>>*/
//
let test = v.numArrayElement |> index => '<%index%>'; separator=","
let test = v.numArrayElement |> index => '<%index%>'; separator=","
<<
StatArrayDim<%dims%><<%variableType(type_)%>, <%arraysize%> > <%arrayName%> /*testarray3 <%test%> */;
>>
Expand Down Expand Up @@ -7949,7 +7949,7 @@ template initAlgloopsolvers2(SimEqSystem eq, Context context, Text &varDecls, Si
" "
end initAlgloopsolvers2;


template algloopForwardDeclaration(list<SimEqSystem> allEquations,SimCode simCode)
::=
let &varDecls = buffer "" /*BUFD*/
Expand Down

0 comments on commit e09b5f7

Please sign in to comment.