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@25359 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Apr 1, 2015
1 parent 77636ee commit 2820451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenFMUCpp.tpl
Expand Up @@ -511,7 +511,7 @@ match simVar
case SIMVAR(__) then
let actualName = cref1(name, simCode, "", "", "", contextOther, "", "", false)
match aliasvar
case ALIAS(__)
case ALIAS(__)
case NEGATEDALIAS(__) then
'<%cref1(varName, simCode, "", "", "", contextOther, "", "", false)%>'
else
Expand Down Expand Up @@ -547,7 +547,7 @@ match simVar
else
<<
case <%intAdd(offset, index)%>: <%description%>
<%vecName%>[<%index%>] = value[i]; break;
<%vecName%>[<%index%>] = value[i]; break;
>>
end accessVecVar;

Expand Down

0 comments on commit 2820451

Please sign in to comment.