Skip to content

Commit 82a4bdb

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent bf1a3ec commit 82a4bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/BackEnd/Differentiate.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function differentiateExpSolve
165165
protected
166166
list<DAE.Exp> fac := Expression.factors(inExp);
167167
algorithm
168-
({},_) := List.split1OnTrue(fac,Expression.expHasCrefInIf,inCref); // check: differentiateExpSolve is allowed
168+
({},_) := List.split1OnTrue(fac,Expression.expHasCrefInIf,inCref); // check: differentiateExpSolve is allowed
169169
outExp := matchcontinue(inExp, inCref)
170170
local
171171
String msg;

0 commit comments

Comments
 (0)