Skip to content

Commit 67b87e2

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 61dfb88 commit 67b87e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/BackEnd/EvaluateFunctions.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,8 +1216,8 @@ algorithm
12161216
(exp2,_) = ExpressionSimplify.simplify(exp2);
12171217
expLst = Expression.getComplexContents(exp2);
12181218
//print("SIMPLIFIED\n"+&stringDelimitList(List.map({exp2},ExpressionDump.printExpStr),"\n")+&"\n");
1219-
1220-
// add the replacements for the addStmts
1219+
1220+
// add the replacements for the addStmts
12211221

12221222
// check if its constant, a record or a tuple
12231223
isCon = Expression.isConst(exp2);

0 commit comments

Comments
 (0)