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@21768 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Aug 6, 2014
1 parent 1ab6982 commit 7d9fa2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ExpressionSimplify.mo
Expand Up @@ -4112,7 +4112,7 @@ algorithm
e = DAE.BINARY(e2,op1,e5);
res = DAE.BINARY(e3,op1,e6);
then DAE.IFEXP(e1,e,res);

// a*x op2 b op1 c*x op3 d
// x *(a op2 b op1 c op3 d)
case (_,op1,DAE.BINARY(e1,oper as DAE.MUL(ty),DAE.BINARY(e2,op2,e3)), DAE.BINARY(e4,DAE.MUL(_),DAE.BINARY(e5,op3,e6)),false,false)
Expand Down

0 comments on commit 7d9fa2e

Please sign in to comment.