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@23680 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Dec 5, 2014
1 parent 6b78d10 commit f996240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ComponentReference.mo
Expand Up @@ -1081,7 +1081,7 @@ algorithm
outEqual := match(inCref1, inCref2)
case (DAE.CREF_IDENT(), DAE.CREF_IDENT())
then inCref1.ident == inCref2.ident and
Expression.subscriptEqual(inCref1.subscriptLst, inCref2.subscriptLst);
Expression.subscriptEqual(inCref1.subscriptLst, inCref2.subscriptLst);

case (DAE.CREF_QUAL(), DAE.CREF_QUAL())
then inCref1.ident == inCref2.ident and
Expand Down
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/Expression.mo
Expand Up @@ -8031,7 +8031,7 @@ algorithm
then
operatorEqual(inExp1.operator, op) and
expEqual(inExp1.exp, e);

case DAE.RELATION()
algorithm
DAE.RELATION(exp1 = e1, operator = op, exp2 = e2) := inExp2;
Expand Down Expand Up @@ -8159,7 +8159,7 @@ algorithm
else false;
end match;
end expEqual;

protected function expEqualOpt
input Option<DAE.Exp> inExp1;
input Option<DAE.Exp> inExp2;
Expand Down

0 comments on commit f996240

Please sign in to comment.