Skip to content

Commit

Permalink
[Janitor mode] Fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Oct 26, 2013
1 parent ace0694 commit dbbb1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/Static.mo
Expand Up @@ -8857,8 +8857,8 @@ algorithm

case(_, _, _, _, _)
equation
failure(SLOT(_, _, SOME(DAE.ARRAY(ty = sty)), _) = inSlot);
failure(SLOT(_, _, SOME(DAE.MATRIX(ty = sty)), _) = inSlot);
failure(SLOT(_, _, SOME(DAE.ARRAY(ty = sty)), _) = inSlot);
failure(SLOT(_, _, SOME(DAE.MATRIX(ty = sty)), _) = inSlot);
(ident, pty, c, oexp) = inParam;
pty = evaluateFuncArgTypeDims(pty, inEnv, inCache);
outParam = (ident, pty, c, oexp);
Expand Down

0 comments on commit dbbb1b3

Please sign in to comment.