Skip to content

Commit

Permalink
Fix template indentation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 8, 2014
1 parent 397a9c6 commit 91e2dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCpp.tpl
Expand Up @@ -11558,7 +11558,7 @@ template algStmtAssign(DAE.Statement stmt, Context context, Text &varDecls, SimC
let varPart = scalarLhsCref(exp1, context, &preExp /*BUFC*/, &varDecls /*BUFD*/,simCode, useFlatArrayNotation)
let expPart = daeExp(exp, context, &preExp /*BUFC*/, &varDecls /*BUFD*/,simCode,useFlatArrayNotation)
<<
<%preExp%>
<%preExp%>
<%varPart%> = (modelica_fnptr) <%expPart%>;
>>
/* Records need to be traversed, assigning each component by itself */
Expand Down

0 comments on commit 91e2dd2

Please sign in to comment.