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@23148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Nov 3, 2014
1 parent 9002e08 commit 148e7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/EvaluateFunctions.mo
Expand Up @@ -2360,7 +2360,7 @@ algorithm

// record cref
case DAE.CREF(ty = DAE.T_COMPLEX(varLst = vl as _ :: _))
then intAdd(getScalarVarSize(v) for v in vl);
then intAdd(getScalarVarSize(v) for v in vl);

// array cref
case DAE.CREF(componentRef = cref)
Expand Down Expand Up @@ -2419,7 +2419,7 @@ algorithm
DAE.Type ty;
list<DAE.Var> vl;

case DAE.TYPES_VAR(ty = DAE.T_COMPLEX(varLst = vl as _ :: _))
case DAE.TYPES_VAR(ty = DAE.T_COMPLEX(varLst = vl as _ :: _))
then intAdd(getScalarVarSize(v) for v in vl);

case DAE.TYPES_VAR(ty = ty as DAE.T_ARRAY(_))
Expand Down

0 comments on commit 148e7c7

Please sign in to comment.