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@24136 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jan 21, 2015
1 parent 8259cd6 commit f7981e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAECreate.mo
Expand Up @@ -2169,7 +2169,7 @@ algorithm
list<BackendDAE.Equation> rest, rest2;

case (cr1, BackendDAE.WHEN_EQUATION(whenEquation=wheneq as BackendDAE.WHEN_EQ(left=cr2))::rest, rest2)
equation
equation
true = ComponentReference.crefEqualNoStringCompare(cr1, cr2);
rest = listAppend(rest2, rest);
then (wheneq, rest);
Expand Down

0 comments on commit f7981e1

Please sign in to comment.