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@20408 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed May 6, 2014
1 parent 9d1a1fa commit eb9b6b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Expression.mo
Expand Up @@ -1583,7 +1583,7 @@ algorithm
noArr = listLength(expLst)==1;
exp = List.first(expLst);
noArr = noArr and expEqual(exp,e);
expLst = Util.if_(noArr,{},expLst);
expLst = Util.if_(noArr,{},expLst);
then
expLst;
case(DAE.CALL(path=_,expLst=expLst,attr=_))
Expand Down
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/ExpressionDump.mo
Expand Up @@ -1502,7 +1502,7 @@ algorithm
res_str = stringAppendList({gen_str,"BOX ","\n",ct,""});
then
res_str;

case (DAE.UNBOX(exp=e,ty=_),level)
equation
gen_str = genStringNTime(" |", level);
Expand All @@ -1511,7 +1511,7 @@ algorithm
res_str = stringAppendList({gen_str,"UNBOX ","\n",ct,""});
then
res_str;

case (_,level)
equation
gen_str = genStringNTime(" |", level);
Expand Down

0 comments on commit eb9b6b4

Please sign in to comment.