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@24087 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jan 18, 2015
1 parent bb6000a commit 5e36cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/ExpressionSimplify.mo
Expand Up @@ -4706,7 +4706,7 @@ algorithm
// a < b
case(_,DAE.LESS(),_,_)
then simplifyRelation2(origExp,inOperator2, inExp4,inExp3, index,optionExpisASUB,Expression.isPositiveOrZero);

else origExp;

end matchcontinue;
Expand Down Expand Up @@ -4744,7 +4744,7 @@ algorithm
else DAE.RELATION(oExp, inOp,Expression.makeConstZero(tp),index,optionExpisASUB);
*/
else
if Expression.isGreatereqOrLesseq(inOp) then
if Expression.isGreatereqOrLesseq(inOp) then
oExp := origExp;
else
oExp := Expression.negate(oExp);
Expand Down

0 comments on commit 5e36cd4

Please sign in to comment.