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@21256 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 23, 2014
1 parent a7b82ba commit bda85c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/ExpressionSimplify.mo
Expand Up @@ -944,7 +944,7 @@ algorithm
true = i2 < i1;
e = Expression.makeScalarArray(es,tp);
then Expression.makePureBuiltinCall("max",{e},tp);

case (DAE.CALL(path=Absyn.IDENT("min"),expLst={DAE.ARRAY(array=es)},attr=DAE.CALL_ATTR(ty=tp)))
equation
i1 = listLength(es);
Expand All @@ -955,7 +955,7 @@ algorithm
true = i2 < i1;
e = Expression.makeScalarArray(es,tp);
then Expression.makePureBuiltinCall("min",{e},tp);

case (DAE.CALL(path=Absyn.IDENT("min"),attr=DAE.CALL_ATTR(ty=tp),expLst={DAE.ARRAY(array={e1,e2})}))
equation
e = Expression.makePureBuiltinCall("min",{e1,e2},tp);
Expand Down

0 comments on commit bda85c0

Please sign in to comment.