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@20171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Apr 16, 2014
1 parent 63b588b commit 530fedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/SCode.mo
Expand Up @@ -699,7 +699,7 @@ Author BZ, 2009-01
check if an element is of type EXTENDS or not."
input Element ele;
output Boolean isExtend;
algorithm
algorithm
isExtend := match(ele)
case EXTENDS(baseClassPath = _) then true;
else false;
Expand Down Expand Up @@ -2228,7 +2228,7 @@ algorithm
local
Absyn.Direction dir2;

case (COMPONENT(attributes = ATTR(direction = dir2)),_)
case (COMPONENT(attributes = ATTR(direction = dir2)),_)
then Absyn.directionEqual(dir1,dir2);

else false;
Expand Down

0 comments on commit 530fedf

Please sign in to comment.