Skip to content

Commit 195a85d

Browse files
[Janitor mode] Fix tabs
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16509 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 287769d commit 195a85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/FrontEnd/ExpressionSimplify.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3873,7 +3873,7 @@ algorithm
38733873
Expression.operatorEqual(op1,DAE.ADD(ty));
38743874

38753875
true = Expression.operatorEqual(op2,DAE.DIV(ty)) or
3876-
Expression.operatorEqual(op2,DAE.MUL(ty));
3876+
Expression.operatorEqual(op2,DAE.MUL(ty));
38773877
then
38783878
DAE.BINARY(DAE.BINARY(e1,op1,e3),op2,e4);
38793879

0 commit comments

Comments
 (0)