Skip to content

Commit 0fd2128

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24217 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent b5d2be1 commit 0fd2128

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Compiler/BackEnd/BackendVariable.mo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ algorithm
15421542
end match;
15431543
end getAnnotationComment;
15441544

1545-
public function createpDerVar
1545+
public function createpDerVar
15461546
"Creates a variable with $pDER.v as cref for jacobian variables."
15471547
input BackendDAE.Var inVar;
15481548
output BackendDAE.Var outVar;
@@ -1555,7 +1555,7 @@ algorithm
15551555
outVar := setVarKind(outVar,BackendDAE.JAC_DIFF_VAR());
15561556
end createpDerVar;
15571557

1558-
public function createAliasDerVar
1558+
public function createAliasDerVar
15591559
"Creates an alias variable with the name $DER_inCref for a der-call."
15601560
input DAE.ComponentRef inCref;
15611561
output BackendDAE.Var outVar;
@@ -1570,7 +1570,7 @@ algorithm
15701570
NONE(), NONE(), DAE.NON_CONNECTOR());
15711571
end createAliasDerVar;
15721572

1573-
public function createDummyVar
1573+
public function createDummyVar
15741574
"Creates variable with $dummy."
15751575
output BackendDAE.Var outVar;
15761576
output DAE.ComponentRef outCr;
@@ -1582,7 +1582,7 @@ algorithm
15821582
NONE(),NONE(),DAE.NON_CONNECTOR());
15831583
end createDummyVar;
15841584

1585-
public function createCSEVar
1585+
public function createCSEVar
15861586
"Creates a cse variable with the name $DER_inCref for a der-call."
15871587
input DAE.ComponentRef inCref;
15881588
output BackendDAE.Var outVar;

Compiler/FrontEnd/DAEUtil.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ algorithm
161161
end match;
162162
end expTypeArray;
163163

164-
public function expTypeTuple
164+
public function expTypeTuple
165165
"returns true if type is tuple type."
166166
input DAE.Type tp;
167167
output Boolean isTuple;

0 commit comments

Comments
 (0)