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@21368 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jul 1, 2014
1 parent f94e682 commit 8d4ad27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmScheduler.mo
Expand Up @@ -4024,7 +4024,7 @@ algorithm
equation
print("getLevelTaskCosts failed!\n");
then {};
end match;
end match;
end getLevelListTaskCosts;

protected function getLevelTaskCosts
Expand Down
4 changes: 2 additions & 2 deletions Compiler/BackEnd/HpcOmSimCode.mo
Expand Up @@ -63,7 +63,7 @@ encapsulated package HpcOmSimCode
record TASKEMPTY //Dummy Task
end TASKEMPTY;
end Task;

public uniontype TaskList
record PARALLELTASKLIST
list<Task> tasks;
Expand All @@ -72,7 +72,7 @@ encapsulated package HpcOmSimCode
list<Task> tasks;
end SERIALTASKLIST;
end TaskList;

//TODO: Use the TaskList for the other schedulers, too
public uniontype Schedule // stores all scheduling-informations
record LEVELSCHEDULE
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenC.tpl
Expand Up @@ -2419,7 +2419,7 @@ template functionXXX_system0_HPCOM_Level(list<SimEqSystem> derivativEquations, S
>>
else
<<

>>
end functionXXX_system0_HPCOM_Level;

Expand Down
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCppHpcom.tpl
Expand Up @@ -943,7 +943,7 @@ template function_HPCOM_Level(list<SimEqSystem> allEquationsPlusWhen, TaskList t
>>
else
<<

>>
end function_HPCOM_Level;

Expand Down

0 comments on commit 8d4ad27

Please sign in to comment.