Skip to content

Commit a505197

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21109 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 713db2b commit a505197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/BackEnd/SimCodeUtil.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7919,7 +7919,7 @@ algorithm
79197919
list<SimCode.SimVar> vars;
79207920
list<SimCode.SimVar> xs;
79217921
SimCode.SimVar var;
7922-
7922+
79237923
DAE.ComponentRef name;
79247924
BackendDAE.VarKind kind;
79257925
String comment, unit, displayUnit;
@@ -7934,7 +7934,7 @@ algorithm
79347934
SimCode.Causality causality;
79357935
list<String> numArrayElement;
79367936
Integer index_;
7937-
7937+
79387938
case ((SimCode.SIMVAR(name, kind, comment, unit, displayUnit, _, minVal, maxVal, initVal, nomVal, isFixed, type_, isDiscrete, arrayCref, aliasvar, source, causality, NONE(), numArrayElement, isValueChangeable, isProtected) :: xs), index_)
79397939
equation
79407940
var = SimCode.SIMVAR(name, kind, comment, unit, displayUnit, index_, minVal, maxVal, initVal, nomVal, isFixed, type_, isDiscrete, arrayCref, aliasvar, source, causality, NONE(), numArrayElement, isValueChangeable, isProtected);

0 commit comments

Comments
 (0)