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@21170 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 18, 2014
1 parent dffd80f commit 05cbd14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/Static.mo
Expand Up @@ -1212,7 +1212,7 @@ algorithm
Integer dims;

case ({}, _) then inAccumMax;

case (ty :: rest_tys, _)
equation
dims = Types.numberOfDimensions(ty);
Expand All @@ -1222,7 +1222,7 @@ algorithm

end match;
end matrixConstrMaxDim;

protected function elabCallReduction
"This function elaborates reduction expressions that look like function
calls. For example an array constructor."
Expand Down
4 changes: 2 additions & 2 deletions Compiler/Util/List.mo
Expand Up @@ -7458,7 +7458,7 @@ algorithm
case(_, h :: t, _)
equation
b = inFindFunc(h);
then
then
exist_tail(b, t, inFindFunc);

case(_, {}, _) then false;
Expand Down Expand Up @@ -7507,7 +7507,7 @@ algorithm
case(_, h :: t, _, _)
equation
b = inFindFunc(h, inExtraArg);
then
then
exist1_tail(b, t, inFindFunc, inExtraArg);

case(_, {}, _, _) then false;
Expand Down

0 comments on commit 05cbd14

Please sign in to comment.