Skip to content

Commit b895d5a

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24601 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 7e8b29f commit b895d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/BackEnd/BackendVariable.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@ end isVarOnTopLevelAndInput;
18801880

18811881
public function isVarOnTopLevelAndInputNoDerInput
18821882
input BackendDAE.Var inVar;
1883-
output Boolean outBoolean := isVarOnTopLevelAndInput(inVar) and not isRealOptimizeDerInput(inVar);
1883+
output Boolean outBoolean := isVarOnTopLevelAndInput(inVar) and not isRealOptimizeDerInput(inVar);
18841884
end isVarOnTopLevelAndInputNoDerInput;
18851885

18861886
public function topLevelInput "author: PA

0 commit comments

Comments
 (0)