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@21299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 26, 2014
1 parent 1369dca commit b2495eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/Static.mo
Expand Up @@ -10394,7 +10394,7 @@ algorithm
expASUB = Expression.makeASUB(exp1,{exp2});
then
(cache,SOME((expASUB,DAE.PROP(t, const),attr)));

// a normal cref, fully-qualified and lookupVar failed in some weird way in the previous case
case (cache,env,Absyn.CREF_FULLYQUALIFIED(c),impl,doVect,pre,_,_)
equation
Expand All @@ -10413,7 +10413,7 @@ algorithm
(exp,const) = evaluateEmptyVariable(hasZeroSizeDim and evalCref,exp,t,const);
then
(cache,SOME((exp,DAE.PROP(t, const),attr)));

// a normal cref
case (cache,env,c,impl,doVect,pre,_,_)
equation
Expand Down

0 comments on commit b2495eb

Please sign in to comment.