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@21265 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 24, 2014
1 parent 49ba308 commit a3569c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmTaskGraph.mo
Expand Up @@ -881,7 +881,7 @@ author:Waurich TUD 2013-06"
input list<Integer> list1;
input array<tuple<Integer,Integer,Integer>> assign;
output list<Integer> list2Out;
protected
protected
list<tuple<Integer,Integer,Integer>> tplLst;
algorithm
tplLst := List.map1(list1,Util.arrayGetIndexFirst,assign);
Expand Down

0 comments on commit a3569c4

Please sign in to comment.