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@23894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Dec 22, 2014
1 parent af3b5bc commit 4805bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/DynamicOptimization.mo
Expand Up @@ -74,7 +74,7 @@ protected
list<BackendDAE.Equation> e;
algorithm



if not inOptimicaFlag and not inDynOptimization then //no optimization
outVars := inVars;
Expand Down Expand Up @@ -109,7 +109,7 @@ protected function joinConstraints "author: Vitalij Ruge"
input list< .DAE.Constraint> inConstraint;
input String name;
input BackendDAE.VarKind conKind;
input BackendDAE.Variables knvars;
input BackendDAE.Variables knvars;
input list<BackendDAE.Var> varlst;
input BackendDAE.Variables vars;
input list<BackendDAE.Equation> e;
Expand Down

0 comments on commit 4805bdb

Please sign in to comment.