Skip to content

Commit b2495eb

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 1369dca commit b2495eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/FrontEnd/Static.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10394,7 +10394,7 @@ algorithm
1039410394
expASUB = Expression.makeASUB(exp1,{exp2});
1039510395
then
1039610396
(cache,SOME((expASUB,DAE.PROP(t, const),attr)));
10397-
10397+
1039810398
// a normal cref, fully-qualified and lookupVar failed in some weird way in the previous case
1039910399
case (cache,env,Absyn.CREF_FULLYQUALIFIED(c),impl,doVect,pre,_,_)
1040010400
equation
@@ -10413,7 +10413,7 @@ algorithm
1041310413
(exp,const) = evaluateEmptyVariable(hasZeroSizeDim and evalCref,exp,t,const);
1041410414
then
1041510415
(cache,SOME((exp,DAE.PROP(t, const),attr)));
10416-
10416+
1041710417
// a normal cref
1041810418
case (cache,env,c,impl,doVect,pre,_,_)
1041910419
equation

0 commit comments

Comments
 (0)