Skip to content

Commit bce7b1a

Browse files
committed
- remove tabs.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14287 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent f9734c0 commit bce7b1a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Compiler/BackEnd/RemoveSimpleEquations.mo

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,13 +2252,13 @@ protected function handleVarSetAttributes
22522252
algorithm
22532253
oVars := matchcontinue(iAttributes,inVar,i,iVars,ishared)
22542254
local
2255-
Boolean fixedset;
2256-
Option<DAE.Exp> nominalset;
2257-
tuple<Option<DAE.Exp>,Option<DAE.Exp>> minmaxset;
2258-
Integer nNominal;
2259-
tuple<Integer,list<tuple<Option<DAE.Exp>,DAE.ComponentRef>>> startvalues;
2260-
BackendDAE.Var v;
2261-
BackendDAE.Variables vars;
2255+
Boolean fixedset;
2256+
Option<DAE.Exp> nominalset;
2257+
tuple<Option<DAE.Exp>,Option<DAE.Exp>> minmaxset;
2258+
Integer nNominal;
2259+
tuple<Integer,list<tuple<Option<DAE.Exp>,DAE.ComponentRef>>> startvalues;
2260+
BackendDAE.Var v;
2261+
BackendDAE.Variables vars;
22622262
case((fixedset,startvalues,nominalset,nNominal,minmaxset),_,_,_,_)
22632263
equation
22642264
// start and fixed

0 commit comments

Comments
 (0)